Changelog entry

This commit is contained in:
Julian K. Arni 2022-04-14 11:28:39 +02:00
parent 3006e90126
commit 4cc714d654
1 changed files with 10 additions and 0 deletions

10
changelog.d/1580 Normal file
View 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.
}