spring-security/saml2/saml2-service-provider
Elias Lousseief 4aa9420047
Add support for validation of InResponseTo
Whenever an InResponseTo is present in the SAML2 response and / or any of its assertions, it will be validated against the stored SAML2 request. If the request is missing or the ID of the request does not match the InResponseTo, validation fails. If there is no InResponseTo, no validation of it is done (as opposed to checking whether there is a saved request or not and then failing based on that).

Closes gh-9174
2022-03-15 13:06:32 -06:00
..
src Add support for validation of InResponseTo 2022-03-15 13:06:32 -06:00
spring-security-saml2-service-provider.gradle Add Jackson Support for Saml2 Module 2022-03-01 14:17:17 -07:00