-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This removes HS256 as a default-enabled value from the following configuration values so that all AS-issued assertions are firm to only come from the AS - whitelistedJWA.idTokenSigningAlgValues - whitelistedJWA.userinfoSigningAlgValues - whitelistedJWA.introspectionSigningAlgValues - whitelistedJWA.authorizationSigningAlgValues This also revises the default JWE algorithms BREAKING CHANGE: Removed HS256 as a default-enabled algorithm from the following configuration values so that all AS-issued assertions are firm to only come from the AS: `whitelistedJWA.idTokenSigningAlgValues`, `whitelistedJWA.userinfoSigningAlgValues`, `whitelistedJWA.introspectionSigningAlgValues`, `whitelistedJWA.authorizationSigningAlgValues` BREAKING CHANGE: Default JWE Algorithms ("alg") now includes "dir". BREAKING CHANGE: ECDH-ES KW variants are not enabled by default anymore.
- Loading branch information
Showing
5 changed files
with
86 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.