spring-security/saml2/saml2-service-provider/src
Josh Cummings cf29bf996c
Polish InResponseTo support
- Moved methods so methods are listed before the methods they call
- Adjusted exception handling so no exceptions are eaten
- Adjusted so that malformed_request_data is returned with request data is malformed
- Refactored methods to have only immutable method parameters
- Removed usage of Stream API
- Moved AuthnRequestUnmarshaller into static block so that only looked
up once

Issue gh-9174
2022-03-15 14:06:58 -06:00
..
main/java/org/springframework/security/saml2 Add support for validation of InResponseTo 2022-03-15 14:06:57 -06:00
opensaml3Main/java/org/springframework/security/saml2/provider/service Add Saml2AuthenticationRequestResolver 2022-01-24 15:09:45 -07:00
opensaml3Test/java/org/springframework/security/saml2/provider/service Support No SingleLogoutServiceLocation 2022-01-03 12:54:18 -07:00
opensaml4Main/java/org/springframework/security/saml2/provider/service Polish InResponseTo support 2022-03-15 14:06:58 -06:00
opensaml4Test/java/org/springframework/security/saml2/provider/service Polish InResponseTo support 2022-03-15 14:06:58 -06:00
test Add method to customize EntityDescriptor 2022-03-04 10:42:04 -07:00