Kerberos
Kerberos is a very reliable authentication mechanism. Unfortunately, its use is not widely supported in Browsers or Web Servers. Conceptually, Kerberos could be used as an alternative to Certificates in establishing SSL/TLS sessions (RFC 2712). IE and IIS have some support here, but we are unaware of any wider us or Java support.
Kerberos may be a practical technology for Web Services validation. This would extend to CAS when it begins to support Web Service requests for tickets as well as Browser requests.
Currently this is a "strawman" proposal positioned to ensure that Kerberos ticket authentication is supported by the architecture if it become practical at some time in the future.
kerberos is suported in
IE (5+, check in advanced option, "Activate Windows authentification (need restart)"),
Mozilla ( full:1.7, firefox 1.0, need to add the uri to "network.nogotiate-auth,trusted-uris")
konqueror since kde 3.4
IIS support kerberos already
apache can do the same sith the mod_auth_krb5 module
So most browser/server support kerberos