mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 23:31:27 +00:00
The OpenSamlLogoutRequestValidator validates the subject to be logged out. Formerly this was done only using the NameID from the OpenSamlLogoutRequest. Now the EncryptedID is also supported, Since the SAML2 Standard also allows the EncryptedID as subject identifiers, - added EncryptedID as valid subject in OpenSamlLogoutRequestValidator - added test Closes gh-10663