Review fix

This commit is contained in:
Julian K. Arni 2022-04-14 13:53:54 +02:00
parent 4cc714d654
commit 4e8fb045e2
1 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,9 @@ issues: #1579
description: {
Currently validationKeys are a fixed JWKSet. This does not work for setups such
as AWS Cognito or Okta, where there is a regular key rotation. This change
alters the type of validationKeys from JWKSet to IO JWKSet.
Currently validationKeys are a fixed JWKSet. This does not work with OIDC
providers such as AWS Cognito or Okta, which regularly fetching jwks_uri to
discover new and expired keys.
This change alters the type of validationKeys from JWKSet to IO JWKSet.
}