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 I can get the AuthenticationMethod but I'm getting:
AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:unspecified">
Am I missing any CAS configuration? Must ServiceManager be active in order to
get that information? I'm using
InMemoryServiceRegistryDaoImpl as I don't really need any extra attribute, just
how the user has logged in.
Thanks.
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-dev