Thank you all for the quick response!
The example from the wiki was very useful. I created one Action and insert it in the webflow, replacing the transitions to viewLoginForm with the new Action. The action only gets the username and password from the request and creates the UsernamePasswordCredentials. The rest of handlers and resolvers can stay the same. I finally managed to remove the login screen. Thank you, Edwin Guilbert Sánchez Consultor e-Business [email protected] _____ De: Dale Ogilvie [mailto:[email protected]] Enviado el: miércoles, 11 de febrero de 2009 4:47 Para: [email protected] Asunto: RE: [cas-dev] RV: Remove login page 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, Im 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 dont 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 -- 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
