Re:[cas-dev] Send Custom Attribute to Java Cas client

2012-01-19 Thread Rafa
Hi, I reformulate the question, I'd like to know the authenticated method used to log in CAS. I've configured a cas client that uses SAML. I've found that sample code to get the information, Assertion assertion = (Assertion) request.getSession().getAttribute("_const_cas_assertion_"); where

[cas-dev] Send Custom Attribute to Java Cas client

2012-01-17 Thread Rafa
Hello, We've configured CAS 3.4.3.1 for dual authentication username-password/x509 Certificate. Now I'm wondering which is the best way for CAS to inform the client aplication what method has the user used to log in. I'm using casclient-2.0.11 with a custom cas filter which validates like: S

[cas-dev] CAS 3.4.3.1 x509 login only on demand

2011-10-03 Thread Rafa
Hi, I've configured the x509-certificate authentication ok under CAS 3.4.3.1, which logs the user in when the certificate is present. But the scenario we'd like to achieve is to show the username-password login page when accesing cas/login, and there a link to certificate acces for example und