Skip to content

yo1000/spring-boot-security-saml-onelogin-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Security SAML onelogin demo

Demo using spring-security-saml by onelogin.

OneLogin configuration

To use OneLogin with this sample application, you'll have to:

  • Create an OneLogin developers account
  • Add a SAML Test Connector (IdP) or SAML Test Connector (Advanced).
  • Configure the OneLogin application with:
  • In the SSO tab:
    • X.509 Certificate: Copy-paste the existing X.509 PEM cerficate into idp-onelogin.xml (ds:X509Certificate).
    • SAML Signature algorythm: Use the SHA-256, although SHA-1 will still work.
    • Issuer URL: Replace the entityID in the idp-onelogin.xml with this value.
    • SAML 2.0 Endpoint (HTTP): Replace the location for the HTTP-Redirect and HTTP-POST binding in the idp-onelogin.xml with this value.
    • SLO Endpoint (HTTP): Replace the location for the HTTP-Redirect binding in the idp-onelogin.xml with this value.

Original

ulisesbocchio/spring-boot-security-saml-samples/spring-security-saml-sample

About

Demo using spring-security-saml by onelogin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages