Hi, Im having some problems with my CAS+Acegi+LDAP+IIS integration.

My config works when I use in my config

#NO ISS
cas.server.loginUrl=https://desarrollo1:8443/frmwkCas/login
cas.server.validateUrl=https://desarrollo1:8443/frmwkCas/proxyValidate
cas.server.casFailed=https://desarrollo1:8443/frmwkCas/casFailed.jsp

I use IIS for other URLs like:
cas.client.urlService=
http://frameworkdesa/frmwkWebAdministration/j_acegi_cas_security_check

The IIS only redirects from frameworkdesa to desarrollo1:port. The problem
is that when I change my config

#ISS
#cas.server.loginUrl=https://frameworkdesa/frmwkCas/login
#cas.server.validateUrl=https://frameworkdesa/frmwkCas/proxyValidate
#cas.server.casFailed=https://frameworkdesa/frmwkCas/casFailed.jsp

I have an AuthenticationException. The problem is that after login (I can
login succesfully) when it comes to the urlsService redirection, the
credentials (securityContext of Acegi) is lost

My first question, is that if this problem could be about the certificate
generation (using CN as hostname, I use desarrollo1 when generating the
keystore with keytool).

If this is not the problem, where should I search the problem?

Regards,

Pablo Mosquera
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to