-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix oauth2 and jwt authenticator interference
Before this fix, when oauth2 with refresh token is enabled along with jwt authenticator, user couldn't log in by using standard jwt token. It was occuring due to incorect handling of tokens that are in different format than the one issued by the OAuth2 implementation to store refresh tokens. After the fix in such case OAuth2 will just issue another challenge to the client.
- Loading branch information
1 parent
e17dc3f
commit ee753bf
Showing
2 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters