Confirmed users
1,136
edits
(→Technical Details: Adding link to mod_auth_cas) |
(→FAQ) |
||
| Line 23: | Line 23: | ||
* '''Q: Why not just use OpenID?''' | * '''Q: Why not just use OpenID?''' | ||
* A: OpenID alone prevents us from implementing such features as global logout and other future features that require a central authentication entity. However, we might at some point allow you to log into *SSO* using your OpenID. | * A: OpenID alone prevents us from implementing such features as global logout and other future features that require a central authentication entity. However, we might at some point allow you to log into *SSO* using your OpenID. | ||
* '''Q: Why not just use LDAP?''' | |||
* A: We wanted a simple solution for authentication which can be made available to the public. There are some operational concerns around running a public LDAP server. With CAS, we can whitelist a community app and it can be an un-trusted, but still be a first class user of SSO. LDAP can provide not only authentication, but also authorization and arbitrary attributes (profile). This confuses the purpose of SSO, which currently is *only* authentication. | |||
== Related == | == Related == | ||
* [[MozillaID]] | * [[MozillaID]] | ||