|
|
|
|
|
by blasdel
5626 days ago
|
|
CAS is definitely somewhat less of a clusterfuck than OpenID, and actually gets the SSO cookie-handling part right. But it's still a pile of redirects where the net result is that you can tie a user to their identifier and nothing more — it's mostly useless without implementing it paired with an LDAP/AD backend to get group membership and whatnot. Just not storing a password field in your backend does nothing — you really have to get rid of the per-app account models entirely. WebFinger is a nice step along these lines, but it layers on top of OpenID and even then still doesn't provide the complete picture. |
|