正在做php的CAS client, 發幾個連接先
Yale CAS 耶魯大學開發的單點登錄(Single Sign On)系統稱為CAS(Central Authentication Server)被設計成一個獨立的Web應用程序(cas.war)。它目前用幾個Java Servlet作為實現并且通過一個Https服務器來運行。
http://www.ja-sig.org/products/cas/index.html
php client: http://esup-phpcas.sourceforge.net/examples.html
http://www.javaeye.com/ 上面有寫CAS的討論, 自己去搜索吧
http://www.ja-sig.org/wiki/display/CAS/Proxy+CAS+Walkthrough 超好的文章, 將CAS的流程過了一遍,讓你明白原理
利用CAS實現SSO技術 http://boogie.javaeye.com/blog/26913
SSO(Single Sign-on) in Action(上篇) http://www.aygfsteel.com/security/archive/2006/10/02/sso_in_action.html