CAS Server that supports Facebook/Twitter authentication via OAuth

后端 未结 2 1410
悲哀的现实
悲哀的现实 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:03

    Jasig CAS 3.5 will hopefully provide you with oauth authentication. It is not yet available as of writing this answer. But you can check out the release candidate of version 3.5.

    Have a look here: https://wiki.jasig.org/display/CASUM/OAuth+client+support

    The source for 3.5 RC1 is available here: https://github.com/Jasig/cas/

    If your idea of integration of facebook twitter logins to cas is all about aggregation of various logins to one centralized login service, then this should be the right thing to look at.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题