We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc714d commit 4e8fb04Copy full SHA for 4e8fb04
changelog.d/1580
@@ -4,7 +4,9 @@ issues: #1579
4
5
description: {
6
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.
+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.
10
+
11
+This change alters the type of validationKeys from JWKSet to IO JWKSet.
12
}
0 commit comments