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
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
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