Skip to content

Commit 4e8fb04

Browse files
committed
Review fix
1 parent 4cc714d commit 4e8fb04

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

changelog.d/1580

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ issues: #1579
44

55
description: {
66

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

0 commit comments

Comments
 (0)