DEV Community

Spring user
Spring user

Posted on

Multiple IDPs, same single sign on URL. IDP initiated SSO Springboot

we are facing an issue where in an IDP initiated SSO, we have a requirement to provide a common single sign on url to all the IDPs but with spring security latest version, the url should be {baseUrl}/login/saml2/sso/{registrationId} We want something like

{baseUrl}/sso/saml2 - generic for all.

My yml file…

Top comments (0)