OIDCProviderSignedJwksUri and multiple verifier keys #1191
psteniusubi
started this conversation in
General
Replies: 1 comment
-
|
looks good to me, thanks; please also update the docs for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Hans,
With signed jwks, the provider may rotate the key that is used for signing the jwks. Currently
OIDCProviderSignedJwksUriandsigned_jwks_uri_keyparameters only accept a single verifier key. If the provider rotates the signing key then it's possible there is an interrupt in service availability.I have created a change that adds the capability to specify the set of verifier keys as a JWKS. The change is fully backwards compatible, a single JWK parameter still works.
When using
OIDCMetadataDirthe propertysigned_jwks_uri_keyalso accepts either a jwks or jwk.I'll create a PR if you agree.
Beta Was this translation helpful? Give feedback.
All reactions