> 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
