Hi Rao,
Can you share the sample request? It would be helpful for me.
Thanks,
Gandhi Reddy P.
On Thu, Oct 17, 2019 at 9:57 PM Mr Rao wrote:
> Hi Gandhi,
>
> Thank you for your quick response. Actually its working when you pass in
> the body instead of params. I tried using Postman to test it.
Hi Rao,
Yes, I faced the same issue as the sensitive information is passed over
request params. You can configure Tomcat to not log the request params as
below:
In tomcat server.xml, at the end of the file, find the below entry
and update it to
Hope this helps.
Thanks,
Ga
I'm able to make cas work with single login for both CAS and OAuth
protocols with the steps mentioned.
I see that this happens via TGC Cookie, which is created when the user logs
in for the first time.
Thanks a lot once again Andy.
On Tue, Aug 20, 2019 at 10:10 AM Gandhi wrote:
> Thanks a lot