Re: [cas-user] Redirection after authentication from https to http

2020-09-08 Thread Joe Manavalan
Hi Jerome, Are there any logs we can get to see the timed out request url? btw I tried adding the proxy host and port as jvm arguments with the same connection timed out error. Thanks Joe On Tuesday, September 8, 2020 at 7:49:32 PM UTC-5 Joe Manavalan wrote: > > HiJerome, > > It appears that

Re: [cas-user] Redirection after authentication from https to http

2020-09-08 Thread Joe Manavalan
HiJerome, It appears that the token server cannot be reached directly but has to go via a proxy. Is there a property in cas to specify the proxy url and port ? or this has to be a network settings on the server ? Thanks Joe On Tuesday, September 8, 2020 at 1:00:12 AM UTC-5 leleuj wrote: >

[cas-user] Authentication throttling, per IP and username?

2020-09-08 Thread Baron Fujimoto
I'm seeking some clarification on Authentication Throttling. We're using 5.0.x, but the documentation doesn't seem to differ much in subsequent versions for this question. The docs describe both

Re: [cas-user] Google SSO

2020-09-08 Thread Jeremiah Garmatter
Great! Thank you again Richard, have a wonderful day. On Tuesday, September 8, 2020 at 11:56:52 AM UTC-4 richard.frovarp wrote: > Yes. The one caveat is that you would need to enable the "Use a domain > specific" issuer on prod otherwise it will spit it out with generic values, > which

Re: [cas-user] Google SSO

2020-09-08 Thread 'Richard Frovarp' via CAS Community
Yes. The one caveat is that you would need to enable the "Use a domain specific" issuer on prod otherwise it will spit it out with generic values, which doesn't have onu.edu in it. I don't remember what the generic values are. When we upgraded CAS, I logged in to click that button to swap prod

Re: [cas-user] Design apereo cas version 6.2.1

2020-09-08 Thread Ray Bon
Alainam, Check out https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html to see the steps involved. Then use https://apereo.github.io/cas/6.2.x/index.html for the updated configuration. Ray On Mon, 2020-09-07 at 13:44 +0200, alain ubfc wrote: Hello, I am looking for

Re: [cas-user] Redirection after authentication from https to http

2020-09-08 Thread Jérôme LELEU
Hi, During the authentication process, CAS via pac4j tries to directly contact the identity provider to retrieve the access token. The "connection timeout" means that the identity provider is not directly reachable from the CAS server. Maybe a mismatch in the URL definition or a proxy setting on