gtiwari333/spring-security-saml-test-identity-provider-and-service-provider

I want to configure sso url.

Opened this issue · 1 comments

In IDP , application yaml file, there is no option to configure sso url where the service providers will land to the login page of idp?.

@NayabHussain Look at the following section at application.yml and g.t.saml.config.AppProperties class. Base path gets mapped to org.springframework.security.saml.provider.config.LocalProviderConfiguration#basePath

saml2:
identity-provider:
base-path: http://localhost:8081/this-is-idp
entity-id: my-identity-provider-app