Re: [cas-user] Issues with page refresh when CAS ticket is attached with URL

2012-02-15 Thread Phil Ames
I'm not sure anyone has published Javascript like this, but you should be able to get what you need by inspecting document.location.href, document.location.search, and document.location.hash, i.e.: document.location.href: "http://www.example.com/?foo=bar#baz"; document.location.search: "?foo=bar"

Re: [cas-user] Issues with page refresh when CAS ticket is attached with URL

2012-02-15 Thread Chetna Pant
Thanks for that information. Can we please get an idea how the javascript will be created and where we need to use this javascript? If anyone has used any such javascript can you please share it. On Thu, Feb 2, 2012 at 11:34 PM, Matt Smith wrote: > mod_auth_cas does not currently provide this f

Re: [cas-user] Issues with page refresh when CAS ticket is attached with URL

2012-02-02 Thread Matt Smith
mod_auth_cas does not currently provide this functionality. You would need to include some javascript to detect the ticket and refresh to the non-ticket URL. On Thu, Feb 2, 2012 at 9:04 AM, Vipin Jain wrote: > Hi Scott, > > We are using Apache Module mod_auth_cas 1.0.9.1, Can you please help us

Re: [cas-user] Issues with page refresh when CAS ticket is attached with URL

2012-02-02 Thread Vipin Jain
Hi Scott, We are using Apache Module mod_auth_cas 1.0.9.1, Can you please help us if we can do the same in Apache Module. Thanks On Thu, Feb 2, 2012 at 7:11 PM, Scott Battaglia wrote: > Depending on your CAS client, you can set it to redirect after ticket > validation (which removes the ticket

Re: [cas-user] Issues with page refresh when CAS ticket is attached with URL

2012-02-02 Thread Scott Battaglia
Depending on your CAS client, you can set it to redirect after ticket validation (which removes the ticket parameter). On Thu, Feb 2, 2012 at 8:39 AM, Chetna Pant wrote: > Hi, > > We are using CAS to authenticate liferay portal. When it authenticates it > shows a ticket in the query string. Whe

[cas-user] Issues with page refresh when CAS ticket is attached with URL

2012-02-02 Thread Chetna Pant
Hi, We are using CAS to authenticate liferay portal. When it authenticates it shows a ticket in the query string. When we refresh the page with the ticket in the query string it gives a blank page. Is there any solution so that we do not get the blank page on refresh? -- Thanks & Regards, Chetna