Thanks very much for the answer :) However, it's really curious the difference between php and java. As noted here (https://wiki.jasig.org/display/casc/.net+cas+client) the last comment indicates: "...the query string passed to the CAS logon page is different when using the .NET client; the redirect URL query string parameter has a name of TARGET, whereas when using the php CAS client it has a name of service". This is just my case. Currently I use php cas client in gateway mode and I don't get redirected with the TARGET parameter in the URL. So I'm trying to do the same thing replacing php with java.
Is that posible? or is just a feature of the java client? 2014-09-02 15:02 GMT+02:00 Marvin Addison <[email protected]>: > > I always get the TARGET parameter in the url until the > > user authenticates. How can I remove this TARGET parameter? > > TARGET == ticket for the SAML feature in CAS, so it's naturally > present until you authenticate. That's to say you can't and shouldn't > remove it. > > M > > -- > 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
