Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 694 Bytes

File metadata and controls

12 lines (10 loc) · 694 Bytes

spring_security_oauth2_saml_sample

Spring security sample demonstrating oauth2 with saml authentication

This sample extends the spring security oauth2 sample - sparklr and tonr.

  1. Adds SAML authentication with SSOCircle
  2. Use Java config instead of traditional xml based config files.

References:

  1. Spring Oauth2 - http://projects.spring.io/spring-security-oauth/docs/Home.html
  2. Spring SAML - http://projects.spring.io/spring-security-saml/
  3. How to integrate Spring-oAuth2 with Spring-SAML - http://www.codeproject.com/Articles/598581/How-to-integrate-Spring-oAuth-with-Spring-SAML
  4. spring-boot-security-saml-sample - https://github.com/vdenotaris/spring-boot-security-saml-sample