2022-04-14 11:28:39 +02:00
|
|
|
synopsis: Allow IO in validationKeys
|
|
|
|
prs: #1580
|
|
|
|
issues: #1579
|
|
|
|
|
|
|
|
description: {
|
|
|
|
|
2022-04-14 13:53:54 +02:00
|
|
|
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.
|
2022-04-14 11:28:39 +02:00
|
|
|
}
|