-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate assertion validation from decryption
In order to check if an assertion is signed without validating the contents, we need to separate the logic. Code using the response processor is not affected, the behaviour is identical. But if users of the SAML2 library are calling the attribute processor directly, they must not call decryptAssertions() before calling processAssertions(). There is no easy way to make this backwards compatible but it should not cause problems because you would usually not use the assertion processor stand-alone.
- Loading branch information
Joris Steyn
committed
May 1, 2018
1 parent
a92828a
commit e6c01fa
Showing
3 changed files
with
46 additions
and
12 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
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