Spring security sample demonstrating oauth2 with saml authentication
This sample extends the spring security oauth2 sample - sparklr and tonr.
- Adds SAML authentication with SSOCircle
- Use Java config instead of traditional xml based config files.
References:
- Spring Oauth2 - http://projects.spring.io/spring-security-oauth/docs/Home.html
- Spring SAML - http://projects.spring.io/spring-security-saml/
- How to integrate Spring-oAuth2 with Spring-SAML - http://www.codeproject.com/Articles/598581/How-to-integrate-Spring-oAuth-with-Spring-SAML
- spring-boot-security-saml-sample - https://github.com/vdenotaris/spring-boot-security-saml-sample