Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spring:
- security:
- enable.sso: true
- saml2:
- relyingparty:
- registration:
- azure:
- identity-provider:
- entity-id: https://sts.windows.net/XXX/
- verification.credentials:
- - certificate-location: "classpath:saml/federation_saml.xml"
- singlesignon.url: https://login.microsoftonline.com/XXX/saml2
- singlesignon.sign-request: false
- metadata-uri: https://login.microsoftonline.com/XXX/federationmetadata/2007-06/federationmetadata.xml?appid=YYY
- redirect:
- success-url: "/v1/ABC/"
- logout:
- delete-cookies: "JSESSIONID"
Advertisement
Add Comment
Please, Sign In to add comment