stormpath-sdk-java
stormpath-sdk-java copied to clipboard
AuthorizationHeaderAccountResolver throws InvalidJwtException if request URI contains /stormpathCallback
In AuthorizationHeaderAccountResolver we are checking if the request uri contains the idSiteResultUri (which by default is /stormpathCallback). If IDSite is not enabled, any uri like /stormpathCallback* without the expected JWT results in a 500.