Last active
July 25, 2016 00:16
-
-
Save fernandojunior/1c699f6756f4b714667558b4b561ee54 to your computer and use it in GitHub Desktop.
spring CAS Java data security protocol single sign on
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spring security | |
http://projects.spring.io/spring-security/ | |
https://github.com/spring-projects/spring-security | |
Guides | |
http://docs.spring.io/spring-security/site/docs/current/guides/html5 | |
Reference | |
http://docs.spring.io/spring-security/site/docs/4.1.1.RELEASE/reference/htmlsingle/ | |
Sample Applications | |
http://docs.spring.io/spring-security/site/docs/4.1.1.RELEASE/reference/htmlsingle/#samples | |
http://docs.spring.io/spring-security/site/docs/4.1.1.RELEASE/reference/htmlsingle/#sample-apps | |
CAS Sample | |
http://docs.spring.io/spring-security/site/docs/4.1.1.RELEASE/reference/htmlsingle/#cas-sample | |
https://github.com/spring-projects/spring-security/tree/master/cas | |
CAS Authentication | |
http://docs.spring.io/spring-security/site/docs/4.1.1.RELEASE/reference/htmlsingle/#cas | |
CAS Documentation | |
https://apereo.github.io/cas/4.2.x/index.html | |
https://github.com/apereo/cas | |
CAS Architecture | |
https://apereo.github.io/cas/4.2.x/planning/Architecture.html | |
CAS Protocol | |
https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol.html | |
CAS Clients | |
https://apereo.github.io/cas/4.2.x/integration/CAS-Clients.html | |
CAS Rest Protocol | |
https://apereo.github.io/cas/4.2.x/protocol/REST-Protocol.html | |
https://wiki.jasig.org/display/casum/restful+api | |
https://github.com/pac4j/pac4j | |
Links | |
http://stackoverflow.com/questions/22625368/working-java-rest-client-example-to-access-cas-rest-api | |
https://www.apereo.org/projects/cas/about-cas | |
https://blog.imaginea.com/sso-using-cas-restful-apis-and-java/ | |
https://wiki.jasig.org/display/casc/using+the+cas+client+3.1+with+spring+security | |
http://stackoverflow.com/questions/9834710/spring-security-and-cas-integration | |
http://g00glen00b.be/securing-your-rest-api-with-spring-security/ | |
http://www.baeldung.com/2011/10/31/securing-a-restful-web-service-with-spring-security-3-1-part-3/ | |
https://dzone.com/articles/secure-rest-services-using | |
https://malalanayake.wordpress.com/2014/06/27/spring-security-on-rest-api/ | |
https://spring.io/blog/2015/10/28/react-js-and-spring-data-rest-part-5-security |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment