[cas-user] Re: Exclusive Authentication Source

2021-12-02 Thread artur miś
Could you please if you can show cas.auth.policies too ,you have connectet to this solution ? AM czwartek, 2 grudnia 2021 o 17:04:45 UTC+1 C Ryan napisał(a): > This is what I'm using...to be honest I can't seem to recall if this does > not bother trying the other resources...I think it

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

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

[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

[cas-user] Re: Exclusive Authentication Source

2021-12-02 Thread Colin Ryan
This is what I'm using...to be honest I can't seem to recall if this does not bother trying the other resources...I think it does what we originally wanted.  "authenticationPolicy": {     "requiredAuthenticationHandlers": ["LDAP"],     "criteria": {     "tryAll": false,    

[cas-user] Re: Exclusive Authentication Source

2021-12-02 Thread artur miś
Have you find out solution ? wtorek, 4 maja 2021 o 17:58:20 UTC+2 C Ryan napisał(a): > Folks, > > > Sorry for the likely stupid post, I swore I had sorted this prior. But I > have 3 authentication sources defined. LDAP, Radius and Google MFA. > > I want to restrict a service to using - and most

[cas-user] Re: Principal ID Warning

2021-12-02 Thread Thiarley Fontenele
Did you find out the problem? Em terça-feira, 25 de agosto de 2020 às 11:09:57 UTC-3, Mallory, Erik escreveu: > Hello, > CAS Version: 6.1.5 > > We've had this warning in our logs for sometime now. It doesnt' seem to > be adversely affecting logins but I'd like to know if anyone else has > seen

[cas-user] directive: excludedAuthenticationHandler for service cas 6.3.x

2021-12-02 Thread artur miś
Can anybody confirm that excludedAuthenticationHandler works in cas 6.3. ? *https://apereo.github.io/cas/6.3.x/services/Configuring-Service-AuthN-Policy.htm* { "@class": "org.apereo.cas.services.RegexRegisteredService", "serviceId": "^(https|imaps)://example.org/cas.*", "name": "Example",