Re: R: R: [cas-user] Getting info about the backend authentication used

2010-05-06 Thread Marvin Addison
The AuthenticationMethod tells you roughly what type of credentials were used for authentication: You need to do server-side configuration so that the proper authentication method is transmitted to clients. This is via authentiation metadata populators. An example from our config:

R: R: R: [cas-user] Getting info about the backend authentication used

2010-05-06 Thread Leandro Dardini
getto: Re: R: R: [cas-user] Getting info about the backend > authentication used > > On 5/3/10 12:33 PM, Leandro Dardini wrote: > ... > > Thank you for your help, your patch will be really useful. > However for > > now we are trying only to check for the type of authentica

R: R: R: [cas-user] Getting info about the backend authentication used

2010-05-06 Thread Leandro Dardini
> -Messaggio originale- > Da: David Hawes [mailto:dha...@vt.edu] > Inviato: lunedì 3 maggio 2010 20.18 > A: cas-user@lists.jasig.org > Oggetto: Re: R: R: [cas-user] Getting info about the backend > authentication used > > On 5/3/10 12:33 PM, Leandro Dardini wr

Re: R: R: [cas-user] Getting info about the backend authentication used

2010-05-03 Thread David Hawes
On 5/3/10 12:33 PM, Leandro Dardini wrote: ... > Thank you for your help, your patch will be really useful. However > for now we are trying only to check for the type of authentication > succeded. I am working on a test CAS server with the > "SimpleTestUsernamePasswordAuthenticationHandler" (the on

R: R: [cas-user] Getting info about the backend authentication used

2010-05-03 Thread Leandro Dardini
> -Messaggio originale- > Da: David Hawes [mailto:dha...@vt.edu] > Inviato: lunedì 3 maggio 2010 17.53 > A: cas-user@lists.jasig.org > Oggetto: Re: R: [cas-user] Getting info about the backend > authentication used > > On 5/3/10 10:23 AM, Leandro Dardi

Re: R: [cas-user] Getting info about the backend authentication used

2010-05-03 Thread David Hawes
On 5/3/10 10:23 AM, Leandro Dardini wrote: ... >> The mod_auth_cas client supports SAML in versions that have yet to >> be released, but it's available in the subversion repository. >> We've been using it informally here at Virginia Tech for about a >> year now and it works well. > > I just instal

R: [cas-user] Getting info about the backend authentication used

2010-05-03 Thread Leandro Dardini
> -Messaggio originale- > Da: Marvin Addison [mailto:marvin.addi...@gmail.com] > Inviato: lunedì 3 maggio 2010 15.14 > A: cas-user@lists.jasig.org > Oggetto: Re: [cas-user] Getting info about the backend > authentication used > > > We have multiple > &g

Re: [cas-user] Getting info about the backend authentication used

2010-05-03 Thread Marvin Addison
> We have multiple > source of authentication, from ADS to X.509. We'd like to know, from > withing the CASified application, which authentication method as been > used. Is this info available in the CAS protocol? Not via the CAS 1 or 2 protocols. Authentication method is available via the SAML p

[cas-user] Getting info about the backend authentication used

2010-05-03 Thread Leandro Dardini
Hello, We are planning to deploy CAS in our organization. We have multiple source of authentication, from ADS to X.509. We'd like to know, from withing the CASified application, which authentication method as been used. Is this info available in the CAS protocol? How can I access it? The plan is t