Free PHP framework/library for single-sign on / cross domain login
- by Dennis Cheung
I am looking for free (non GPL is better) SSO framework/library implementation or code samples.
There are many kind of SSO implementation. Sharing cookie, sharing session, one time token, associative accounts, etc, etc. (BTW, any good article compare them?)
Is there any keyword I should google and reuse before before I start to implement our own wheel.
I know OpenID, but which is too much and it is not our need. We rather keep it KISS.
We just want share the credentials of user that could save users from another login form.