|
|
I am attempting to get the acegi-security-sample-tutorial to use CAS as its authentication provider. At this point I think I am about 90% there. I have modified the CAS deployerConfigContext.xml, tutorial web.xml and applicationContext-acegi-security.xml according to the documentation. I have also set tomcat up to use SSL. When attempting to access the quot;Secure Pagequot; of the tutorial I get redirected to the CAS server. Authentication seems to be successful and ticket is generated. However the user is then sent to casfailed.jsp instead of the original request. I am not sure where it is breaking down. It seems to be involved around the authorization of the user. I have attached a copy of each of the files I modified. If someone has any idea of what I have misconfigured it would be greatly appreciated.
I am using CAS 3.0.5 and Acegis 1.0.1
Thanks,
Pete
Also, here is the log file that is generated during a single authentication attempt.
Pete
is the netid you are using on your list of netids allowed to access the application?
You are getting a BadCredentialsException |
|