CAS Server that supports Facebook/Twitter authentication via OAuth

后端 未结 2 1411
悲哀的现实
悲哀的现实 2021-01-23 00:28

I\'m looking for a CAS server which supports Facebook/Twitter authentication via OAuth for Single-Sign-On. I\'ve checked JASIG-CAS server but it doesn\'t look support them. My j

2条回答
  •  借酒劲吻你
    2021-01-23 01:07

    You generally wouldn't ask Facebook/Twitter to pass authentication assertions to CAS but instead pass them directly to your application. Spring security supports OpenId and OAuth so this is relatively easy. You could then use CAS alongside Facebook and Twitter.

提交回复
热议问题