您的位置:首页 > 其它

谈谈CAS

2015-06-02 09:50 204 查看
CAS - Central Authentication Service,single sign-on for the web.

Java (Spring Webflow/MVC servlet) server component

Pluggable authentication support (LDAP, database, X.509, 2-factor)

Support for multiple protocols (CAS, SAML, OAuth, OpenID)

Cross-platform client support (Java, .Net, PHP, Perl, Apache, etc)

Integrates with uPortal, Liferay, BlueSocket, Moodle, and Google Apps to name a few

CAS请求认证的时序图:



The key concepts:

TGT-Ticket Granting Ticket,stored in the CASTGC cookie,represents a SSO session for a user

ST - Service Ticket,transmitted as a GET parameter in urls,stands for the access granted by the CAS server to the cassified application for a specific user

参考资源:

1.http://jasig.github.io/cas/4.0.x/index.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  cas sso 单点登录