stormpath-sdk-java icon indicating copy to clipboard operation
stormpath-sdk-java copied to clipboard

AuthorizationHeaderAccountResolver throws InvalidJwtException if request URI contains /stormpathCallback

Open iancorcoran opened this issue 9 years ago • 1 comments

iancorcoran avatar Nov 21 '16 19:11 iancorcoran

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.

iancorcoran avatar Nov 21 '16 21:11 iancorcoran