[FEATURE] usage of JWKS with JWT (without using OpenID connect) #4974
Labels
enhancement
New feature or request
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description :
An enhancemenet of usage of JWKS with JWT (w/o OpenID connect)
to enable de-coupling between
HTTPJwtAuthenticator
andHTTPJwtKeyByOpenIdConnectAuthenticator
So this usage of JWKS with JWT could be extended to the JWT backend instaed of OIDC auth backend
What solution would you like?
Extending auth with jwks_uri parameter in JWTs Configuring (inseted of depending on openid in
HTTPJwtKeyByOpenIdConnectAuthenticator
)What alternatives have you considered?
#2808
Do you have any additional context?
#2708 (comment) (Moving JWKS completely inside
HTTPJwtAuthenticator
)The text was updated successfully, but these errors were encountered: