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
-
Hi Hans,
With signed jwks, the provider may rotate the key that is used for signing the jwks. Currently
OIDCProviderSignedJwksUri
andsigned_jwks_uri_key
parameters 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
OIDCMetadataDir
the propertysigned_jwks_uri_key
also accepts either a jwks or jwk.I'll create a PR if you agree.
Beta Was this translation helpful? Give feedback.
All reactions