[cas-user] Re: CAS SSO with OpenID Connect and CAS protocol

2019-08-17 Thread Gandhi
Hi Andy, If the user logs in first using the CAS protocol, what are the steps to authenticate the same using OpenID connect? Can you please give me more details on it. I'm working on this and needs help. Thanks, Gandhi On Wednesday, March 13, 2019 at 7:02:09 PM UTC+5:30, Andy Ng

[cas-user] Re: CAS SSO with OpenID Connect and CAS protocol

2019-08-17 Thread Gandhi
Hi Andy, If the user logs in first using the CAS protocol, what are the steps to authenticate the same using OpenID connect with the same session? Can you please give me more details on it. I'm working on this and needs help. Thanks, Gandhi On Wednesday, March 13, 2019 at 7:02:09 PM UTC

[cas-user] Re: CAS SSO with OpenID Connect and CAS protocol

2019-08-19 Thread Gandhi
Thanks a lot Andy. Will try this and post my observations On Sunday, August 18, 2019 at 9:39:07 AM UTC+5:30, Andy Ng wrote: > > Hi Gandhi, > > So basically these are the process that would happends when you use both > CAS and OpenID one after another > > 1. User logi

[cas-user] Re: [Enable Oauth JWT token on CAS overlay template version 6.0]

2020-03-10 Thread Gandhi
I'm facing the same issue with 5.2.X version of CAS. i'm having trouble to enable JWT for OIDC related flows. Can you please post any findings here, in case if you have solved this? On Thursday, February 13, 2020 at 8:48:02 AM UTC+5:30, Napoleon Ponaparte wrote: > > Hi all, > I have trouble in

[cas-user] Re: CAS OIDC 403 forbidden

2020-05-20 Thread Gandhi
Hi, Can you try passing client_id and client_secret as params rather than Basic Auth? On Tuesday, May 19, 2020 at 3:14:01 PM UTC+5:30, Charl Thiem wrote: > > Hi > > I need some help with OpenID Connect setup. > I have my cas 6.1 instance configured with OIDC. I can authenticate my > user with >

Re: FW: [cas-user] Cas server not working with http

2020-05-20 Thread Gandhi
Hi, Can you check the TGT cookie and check whether '*secure*' attribute is true / false? If true, this cookie will not be sent with http requests. On Wednesday, May 20, 2020 at 1:22:46 AM UTC+5:30, rbon wrote: > > Suhas, > > If it works with https, why do you want to enable the insecure htttp? >

[cas-user] Re: [5.2.2][OAuth2] CAS uses wrong grant type when trying to use Resource Owner Credentials / password grant type

2019-03-24 Thread Gandhi
Hi, I'm facing the same issue. But able to validate credentials by skipping client_secret. Please keep this post updated if you have found a solution. Thanks, Gandhi On Thursday, February 1, 2018 at 8:26:31 PM UTC+5:30, Anders Olsen wrote: > > Hello, > > > > I am cu

Re: [cas-user] Re: CAS SSO with OpenID Connect and CAS protocol

2019-08-28 Thread Gandhi Pullalarevu
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: > Than

Re: [cas-user] CAS 5.2.x OAuth2 Server support

2019-10-16 Thread Gandhi Pullalarevu
, Gandhi Reddy P. On Thu, Oct 17, 2019 at 5:34 AM Mr Rao wrote: > Hi, > > > > Currently we use CAS for SSO between web applications, now I'm trying to > use for restful webservices token based authentication using OAuth2/JWT > tokens. > > > > > When

Re: [cas-user] CAS 5.2.x OAuth2 Server support

2019-10-17 Thread Gandhi Pullalarevu
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 Postma