Changelog entry
This commit is contained in:
parent
3006e90126
commit
4cc714d654
1 changed files with 10 additions and 0 deletions
10
changelog.d/1580
Normal file
10
changelog.d/1580
Normal file
|
@ -0,0 +1,10 @@
|
|||
synopsis: Allow IO in validationKeys
|
||||
prs: #1580
|
||||
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.
|
||||
}
|
Loading…
Reference in a new issue