tarmogoyf

Azure_Saml

Dec 28th, 2022
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. spring:
  2. security:
  3. enable.sso: true
  4. saml2:
  5. relyingparty:
  6. registration:
  7. azure:
  8. identity-provider:
  9. entity-id: https://sts.windows.net/XXX/
  10. verification.credentials:
  11. - certificate-location: "classpath:saml/federation_saml.xml"
  12. singlesignon.url: https://login.microsoftonline.com/XXX/saml2
  13. singlesignon.sign-request: false
  14. metadata-uri: https://login.microsoftonline.com/XXX/federationmetadata/2007-06/federationmetadata.xml?appid=YYY
  15. redirect:
  16. success-url: "/v1/ABC/"
  17. logout:
  18. delete-cookies: "JSESSIONID"
Advertisement
Add Comment
Please, Sign In to add comment