ulisesbocchio / spring-boot-security-saml

spring-security-saml integration with Spring Boot
MIT License
158 stars 73 forks source link

Do you have any samples for SP initiated SAML sso ? #70

Closed jofisiva closed 5 years ago

jofisiva commented 6 years ago

The SP initiated is a spring application and it calls the WS02 for SAML request. ws02 will route to ADFS for single sign-on authentication.

Do you have any sample for this kind of approach

ulisesbocchio commented 5 years ago

I don't have any example unfortunately. But if WS02 redirects to ADFS it should go back to WS02 transparently to your SP, so it should technically work as any other SAML integration