Improve the Saml2AuthenticationRequest object
- introduce the AssertionConsumerServiceURL attribute - add javadoc - align property name with SAML XML for AuthNRequest
This commit is contained in:
@@ -160,6 +160,13 @@ public class Saml2LoginIntegrationTests {
|
||||
"https://simplesaml-for-spring-saml.cfapps.io/saml2/idp/SSOService.php",
|
||||
destination
|
||||
);
|
||||
String acsURL = authnRequest.getAssertionConsumerServiceURL();
|
||||
assertEquals(
|
||||
"AssertionConsumerServiceURL must match",
|
||||
"http://localhost:8080/login/saml2/sso/simplesamlphp",
|
||||
acsURL
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user