vdenotaris / spring-boot-security-saml-sample

SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
https://sbs3.vdenotaris.com
Apache License 2.0
562 stars 351 forks source link

Our application has multiple SP and each one has its IDP, we want to know if it is possible to realize authentication with spring boot. #42

Closed lushoumei closed 6 years ago

lushoumei commented 6 years ago

The authentication uses Spring security saml in the Spring Boot project

vdenotaris commented 6 years ago

Custom configurations are not in the scope of this project.

lushoumei commented 6 years ago

Hi vdenotaris, We use the sample you offered, but we replace the IDP and SP with our own configuration files. Now we can get the response but it redirect to the error page. We cannot get the log information about it.All the log level is debug. Can you know why we failed? and how to get the log info?