vdenotaris / spring-boot-security-saml-sample

SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.

Home Page:https://sbs3.vdenotaris.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

lushoumei opened this issue · comments

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.

The authentication uses Spring security saml in the Spring Boot project

Custom configurations are not in the scope of this project.

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?