[cas-dev] Reg: Modifications required with CAS in additional features

2011-02-02 Thread pranav garg
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

[cas-dev] Reg: Addition of a new parameter after successful authentication

2010-06-03 Thread pranav garg
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

[cas-dev] Reg: MD5 password encoding to Mysql from CAS

2010-04-14 Thread pranav garg
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