If you want to authenticate the username/password supplied to CAS via a SOAP call, you need to implement an AuthenticationHandler that makes the SOAP web service call.
Cheers, Scott On Wed, Jul 29, 2009 at 7:13 PM, Amr Ellafi <[email protected]> wrote: > to assist Nishat, we need to authenticate against a SOAP method. the > method takes username/password and returns a boolen value either the > user credentials are valid or not. I don't have Java experience but i > think the "Login" button raise an authenticate event where i can make > this SOAP call , Am i on the right track ? > > On Mon, Jul 27, 2009 at 6:30 PM, Sukma Agung Verdianto<[email protected]> > wrote: > > This might be useful: http://www.ja-sig.org/wiki/display/CASUM/SAML+1.1 > > Never tried that before ;) > > Personally, I feel that working with SOAP and SAML would make much pain > :)) > > Regards, > > Sukma > > On Mon, Jul 27, 2009 at 9:10 PM, Nishant <[email protected]> > wrote: > >> > >> Because i have a web service created using soap. > >> > >> And i need to access it using CAS. > >> > >> That's why i need SOAP. > >> -- > >> 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 > > -- > 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
