Review fix
This commit is contained in:
parent
4cc714d654
commit
4e8fb045e2
1 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,9 @@ issues: #1579
|
||||||
|
|
||||||
description: {
|
description: {
|
||||||
|
|
||||||
Currently validationKeys are a fixed JWKSet. This does not work for setups such
|
Currently validationKeys are a fixed JWKSet. This does not work with OIDC
|
||||||
as AWS Cognito or Okta, where there is a regular key rotation. This change
|
providers such as AWS Cognito or Okta, which regularly fetching jwks_uri to
|
||||||
alters the type of validationKeys from JWKSet to IO JWKSet.
|
discover new and expired keys.
|
||||||
|
|
||||||
|
This change alters the type of validationKeys from JWKSet to IO JWKSet.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue