Re: SOLVED Re: [cas-user] Re: Cas 6.1 SSO not working [for our configuration, requesting help]

2021-12-06 Thread Andy Ng
Hi Rod, Glad it helps! -Andy On Saturday, 4 December 2021 at 01:11:20 UTC+8 rodbal...@gmail.com wrote: > Hi Andy, > > Thank you so much for your help. > > The issue was I was testing with one domain, and also using another. > > I.e externally CAS I was using example.com, internally I alaised th

SOLVED Re: [cas-user] Re: Cas 6.1 SSO not working [for our configuration, requesting help]

2021-12-03 Thread Rod
Hi Andy, Thank you so much for your help. The issue was I was testing with one domain, and also using another. I.e externally CAS I was using example.com, internally I alaised the CAS server as example.net. As I've now learned the hard way the CAS server cannot be set for multiple domains. Tha

Re: [cas-user] Re: Cas 6.1 SSO not working [for our configuration, requesting help]

2021-12-02 Thread Andy Ng
Hi Rod, Agree with Ray, your cas.properties does not seems to have any out of the ordinary config. Not able to see any issue with the log as well, but the cookie doesn't seems to works when you open Google Apps Since I also don't know what is the issue, let's go through some alternative solut

Re: [cas-user] Re: Cas 6.1 SSO not working [for our configuration, requesting help]

2021-12-02 Thread Ray Bon
Rod, Nothing looks out of the ordinary in the log (except the lack of SSO). Is it possible that the ticket store is not working/configured correctly? Check the properties against those listed in the cas docs for 6.4. There may be some name changes. Ray On Thu, 2021-12-02 at 12:22 -0800, Rod B

Re: [cas-user] Re: Cas 6.1 SSO not working [for our configuration, requesting help]

2021-12-02 Thread Rod B
Hi Ray, I have confirmed there are no stale TGC's hanging around. Once we sign into the test site, opening another tab and going to the same test web page is SSO'd. It also works when I remove the Session cookie, open another tab and go to the same test site. When I open an incognito browser,

Re: [cas-user] Re: Cas 6.1 SSO not working [for our configuration, requesting help]

2021-12-02 Thread Ray Bon
Rod, Use your browser developer tools to see the TGC sent from and to cas. Verify that there are no stale TGCs (there should only be one and it should not change during an sso session). Does this behaviour happen in a new private window? You can test repeated logins to your test app by removing

[cas-user] Re: Cas 6.1 SSO not working [for our configuration, requesting help]

2021-12-02 Thread Rod B
Hi Andy, I've attached our cleansed cas.properties file. We do use https. I'm also including our virtual hosts set up that shows we redirect to https if a http request to the CAS server comes in. Many thanks for having your eyes on this. Rod On Wednesday, 1 December 2021 at 22:55:06 UTC-8 And