Issue
Is there a way to integrate SAML 2.0 in a Spring Boot-based application? I'd like to implement my own SP and communicate with a remote IdP.
Solution
I implemented a sample project in order to show how to integrate Spring Security SAML Extension with Spring Boot.
The source code is published on GitHub:
Answered By - vdenotaris
Answer Checked By - Mary Flores (JavaFixing Volunteer)