SAML 여러 사용 케이스 중 SP-Initiated SSO : Redirect/POST Bindings 테스트 가능합니다.
- Java 1.8+
git clone https://github.com/acafela/java-saml-example.git
cd java-saml-example
./gradlew :saml-example-idp:bootRun
./gradlew :saml-example-sp:bootRun
- Identity Provider 인증 페이지로 리다이렉트
- admin / admin123 or user / user123
- SamlAssertionConsumeFilter : Assertion consume url 처리 필터, AbstractAuthenticationProcessingFilter 확장 클래스
- SimpleSamlAssertionConsumer : SAML Response 검증 후 UserDetails 생성
- SamlSsoEntryPoint : SAML Request redirect, AuthenticationEntryPoint 구현
- SamlResponseFilter : SAML Response 전달을 위한 필터