Clustering CAS
easy to visualize the requirements to secure the path of sensitive information when working with a singleserver installation of CAS: # Protect user passwords with SSL encryption # Secure the communication between the CAS server and the credential store # Assure that the Ticket Granting Cookie is only sent ...
|
Demo
multidomain SSO demonstration for a quick start with CAS. If unreadable in IE (no line wrap), try Firefox or just use the PDF utility. PROBLEM You would like to showoff Single Sign On (SSO) to your boss and team ASAP. You ...
|
JDBCTicketRegistry
JDBC TicketRegistry
|
Active Directory
authenticate users to MS Active Directory both the LDAP interface and the Kerberos interface can be used. See the relevant sections in this manual for more details: using LDAP LDAP using Kerberos JAAS using SPNEGO SPNEGO (noninteractive login: works ...
|
JDBC
JDBC Authentication Handler Including the Handler In the pom.xml file for your CAS webapp (the default is $\ /casserverwebapp/pom.xml) add the following dependency: <dependency> <groupId>$ </groupId> <artifactId>casserversupportjdbc</artifactId> <version>$ </version> </dependency> Core Classes Note that all JDBC ...
|