HI, Thanx a lot for this idea I will certainly try. But it would be great that this URL param could be modified on the CAS server then in the clients. Amaury
-----Message d'origine----- De : John Thiltges [mailto:[email protected]] Envoyé : lundi 12 avril 2010 20:01 À : [email protected] Objet : Re: [cas-dev] Changing "ticket" param name in URL On 04/12/2010 03:37 AM, Amaury wrote: > Hi, > I would like to know if there is a simple way to change the ticket name > parameter in the URL, wich is "ticket", because I'm CAS-ifying a php > application that having already a "ticket" URL param. > I suspect it may be easier to work around it in your application. Maybe something along these lines will work for you: Save the destination URL into the session and authenticate the user with CAS. When the user returns successfully from CAS, redirect them to the saved destination URL. Thanks, John -- 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
