Description
When trying to invoke on Syncope with a third-party JWT, the code in AuthDataAccessor#authenticate still errors if no access token is found:
AccessToken accessToken = accessTokenDAO.find(authentication.getClaims().getTokenId()); if (accessToken == null) { throw new AuthenticationCredentialsNotFoundException( "Could not find JWT " + authentication.getClaims().getTokenId()); }
Attachments
Issue Links
- breaks
-
SYNCOPE-1129 Third Party JWT SSO integration
-
- Closed
-