-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
Description
Component(s)
extension/oidcauth
Is your feature request related to a problem? Please describe.
We just want to validate our tokens using static public keys.
Today in the oidcauth extension, even with static public keys, there is a check on the issuer (iss claim in the token)
Describe the solution you'd like
We would like the possibility to skip the issuer check, just like it's possible today to skip the audience check with "ignore_audience"
Describe alternatives you've considered
We looked at other extensions but couldn't find anything that match our needs
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Reactions are currently unavailable