Re: [Acegisecurity-developer] How know password authenticated by CAS

2007-02-21 Thread Scott Battaglia
: [Acegisecurity-developer] How know password authenticated by CAS CAS does not return the password to the client application. If you need to authenticate the user against another application or service, you should probably use the proxying capabilities of CAS. -Scott [EMAIL PROTECTED] wrote

[Acegisecurity-developer] How know password authenticated by CAS

2007-02-20 Thread mario.buonopane
Is there a secure way to know the password used by cas to authenticate the user? I'm extending org.acegisecurity.ui.cas.CasProcessingFilter and in method onSuccessfulAuthentication I need to know the password. Thanks in advance Mario Buonopane This message is for the

Re: [Acegisecurity-developer] How know password authenticated by CAS

2007-02-20 Thread mario.buonopane
@lists.sourceforge.net Subject: Re: [Acegisecurity-developer] How know password authenticated by CAS CAS does not return the password to the client application. If you need to authenticate the user against another application or service, you should probably use the proxying capabilities of CAS. -Scott