Great! Thank you very much! -- Fabio
scott_battaglia wrote: > > This might help with that: > https://www.ja-sig.org/svn/cas3/trunk/cas-server-core/src/main/java/org/jasig/cas/authentication/SamlAuthenticationMetaDataPopulator.java > > Cheers, > Scott > > > On Thu, Oct 1, 2009 at 9:37 PM, Marvin Addison > <[email protected]>wrote: > >> > Is it possible to pass some parameter to the applications integrated >> with >> > cas in order to understand which autentication handler has been used ? >> >> We do this via the SAML-based attribute release feature of CAS 3.2.x >> and later. We calculate an LOA attribute based on the type of >> Credential (UsernamePasswordCredentials or X509CertificateCredentials) >> and send this as an attribute in the SAML AttributeStatement sent to >> clients. Although SAML isn't supported by all CAS clients, it's >> supported by the Java client, phpCAS, and mod_auth_cas, which covers >> our bases here. >> >> M >> >> -- >> 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-user >> > > -- > 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-user > -- View this message in context: http://www.nabble.com/Understand-which-authenticationhandler-has-been-used-tp25707801p25711113.html Sent from the CAS Users mailing list archive at Nabble.com. -- 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-user
