Authentication using an OAuth 2/JWT token failed: {error,key_not_found} #5180
Replies: 2 comments 2 replies
-
The exact issue in the log is "Authentication using an OAuth 2/JWT token failed: {error,key_not_found}". And this is my advanced config file. %% Set a resource server ID. Will require all scopes to be prefixed with |
Beta Was this translation helpful? Give feedback.
-
@aggarwalsh as I already explained in a different discussion, this error means that the JWT had a key ID that's unknown to the OAuth 2 plugin (not listed in the config). Often this means a key name mismatch. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Authentication using an OAuth 2/JWT token failed: {error,key_not_found}
Beta Was this translation helpful? Give feedback.
All reactions