ulisesbocchio / spring-boot-security-saml

spring-security-saml integration with Spring Boot
MIT License
157 stars 72 forks source link

Saml, OAuth 2 and Resource #91

Open rishisc opened 4 years ago

rishisc commented 4 years ago

I already have a Oauth2 server and a Resource server using jwt implementation now my client want to implement SAML SSO. How do I authorize or authentication my resources in my spring resource server.

Thank you