Dear CAS Community,
I am using CAS with Mysql JDBC Authentication on Apache Tomcat and wanted to
know if it's feasible for me to do the following things:
1) Is it be possible for the custom made signup application to signup a
user and then sign them in CAS without the user providing explic
Hi,
I needed to include one more parameter to be passed when the user is
successfully authentication for e.g. firstname apart from the username(id).
Is there some documentation which outlines how to add any additional success
parameters to be passed to the calling applications?
Or if somebody can
Hi All,
I had configured my CAS using Maven war2 overlay and it was using plaintext
for sending passwords to mysql database.
Now i want to use MD5 encoding, however I am not able to get it to work.
I added the following lines of code in (deployerConfigContext.xml) already
deployed instance of CA