简体   繁体   中英

Facebook / Twitter login integration into JASIG CAS

Has anyone had any success integrating the Spring Social framework ( http://www.springsource.org/spring-social ) into the JASIG CAS single sign on solution ( http://www.jasig.org/cas )?

I am trying to implement Facebook / Twitter login and after consideration of various implementation solutions (ie. custom OAuth authentication, Scribe, etc) I have decided to go with Spring Social as CAS already heavily uses the Spring Framework.

The CAS server codebase has just accepted a module that adds support for the OAuth protocol. You should be able to leverage that functionality to be able to authN into relevant services that support OAuth.

See here for more info: https://github.com/Jasig/cas/tree/master/cas-server-support-oauth

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM