I found the description and implementation of the very simple Trusted authentication handler useful for the extra steps required to incorporate a new authentication handler which consumes user credentials from the query string... Any new handler needs to be integrated with the standard CAS flow. http://www.ja-sig.org/wiki/display/CASUM/Trusted
________________________________ From: Lekhnath Bhusal [mailto:[email protected]] Sent: Wednesday, 11 February 2009 4:22 p.m. To: [email protected] Subject: Re: [cas-dev] RV: Remove login page You can write your own NonInteractiveCredentialsAction by extending AbstractNonInteractiveCredentialsAction where you can create credentials from your request parameter. --Lekhnath Edwin Guilbert wrote: Hi, I'm developing an SSO system with CAS. We need to send the user credentials directly from our site to CAS without having to show the CAS login page. Is there a way to do that? I think I need two special parameters: lt=flowExecutionKey and _eventId=submit. The flowExecutionKey is internal to spring webflow and I don't know how to generate one. Is that possible? Any help would be greatly appreciated ! Edwin Guilbert Sánchez Consultor e-Business [email protected] -- 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-dev PRIVACY NOTICE This email and any attachments may be confidential and/or privileged. Use of the information contained in this email by anyone other than the intended recipient is strictly prohibited. If you have received this email in error, please notify the sender by replying to this message and delete this email. -- 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-dev -- 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-dev
