ulisesbocchio / spring-boot-security-saml

spring-security-saml integration with Spring Boot
MIT License
157 stars 72 forks source link

Change the AssertionConsumerServiceUrl #101

Open leodatesla opened 3 years ago

leodatesla commented 3 years ago

Hi there

Is it possible to change the assertion consumer service url in the saml request to something other than the requesting service provider url? I know there is a spring boot property you provide to set the relative url which is "/saml/SSO". Currently it is "http://localhost:8080/saml/SSO". But when I change the same URL to /api/V1/saml/SSO it still same in SAML request as " "AssertionConsumerServiceURL = http://localhost:8080/saml/SSO" is there any other change I need to do for the same.

Thanks