[cas-user] CAS 6.0.5.1 and RADIUS Auth.

2019-10-23 Thread Colin Ryan
Folks, Somewhat new to CAS, last time I looked at it was a number of years back with 3.x. I’m trying to build the 6.0.5.1 builds using the Gradle Overlay with RADIUS Auth support. I’ve gotten both CAS and CAS-Management to work fine using LDAP Auth, and JSON services Registry. But when I

Re: [cas-user] CAS + OAUTH2 - Href on Allow not respect reverse proxy

2019-10-23 Thread Jakub Fridrich
Hi Ray. I use valid digicert certificate. All running correctly, include CAS login, except the *Allow* button on OAUTH approval prompt page. This button not working, because *button href *contains port. I see to source code (line 71)

[cas-user] Re: Logging Delegate Auth to a separate file.

2019-10-23 Thread Andrew Marker
I've made a little progress on what I optimistically think will be an acceptable solution. If any know of a better way, I am teachable. I get user and service information as related to any delegate request by routing the following to a separate appender.

Re: [cas-user] CAS + OAUTH2 - Href on Allow not respect reverse proxy

2019-10-23 Thread Ray Bon
Jakub, If you are using a self signed cert, you will need to add the tomcat certificate to apache. Apache will need to trust tomcat on 8443. Ray On Wed, 2019-10-23 at 06:11 -0700, Jakub Fridrich wrote: Hi. I have CAS installed on private URL https://auth.comp.cz/cas and port 8443. On this

[cas-user] CAS + OAUTH2 - Href on Allow not respect reverse proxy

2019-10-23 Thread Jakub Fridrich
Hi. I have CAS installed on private URL *https://auth.comp.cz/cas* and port *8443*. On this port listen Apache Tomcat. On port 80 and 443 listen Apache HTTP server. Hostname for virtualhost is *https://auth.comp.cz* On this apache server, I have configured reversed proxy, which points to

[cas-user] Re: CAS + OAUTH2 - Href on Allow not respect reverse proxy

2019-10-23 Thread Jakub Fridrich
Used version is 6.1 RC 6 -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community"

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread 'Molly Kewl' via CAS Community
‐‐‐ Original Message ‐‐‐ On Wednesday, October 23, 2019 4:12 PM, vallee.romain wrote: > So, yes, i notice this dependency was only in dev version, not in 6.x . > Since the start i read 6.0 documentation not dev documentation . You are right. But the title of your message and the

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
So, yes, i notice this dependency was only in dev version, not in 6.x . Since the start i read 6.0 documentation not dev documentation . Le mercredi 23 octobre 2019 12:36:49 UTC+2, Molly Kewl a écrit : > > > > i have to > add org.apereo.cas:cas-server-support-pm-webflow:${project.'cas.version'}

[cas-user] reCAPTCHA v3

2019-10-23 Thread mohamed gamal
Has anyone managed to enable reCAPTCHA V3 with cas 6.1.0-RC4 ?? I am getting this error ERROR for site owner: Invalid key type -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread 'Molly Kewl' via CAS Community
> i have to add > org.apereo.cas:cas-server-support-pm-webflow:${project.'cas.version'} in > gradle dependencies !!! > > it's not write anywhere in documentation . Did you mean here? https://apereo.github.io/cas/development/password_management/Password-Management.html Under title "password

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
victory ! i have to add org.apereo.cas:cas-server-support-pm-webflow:${project.'cas.version'} in gradle dependencies !!! it's not write anywhere in documentation . I add this dependencies, because i read this thread where "Rob" show his build.gradle . (

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
I write a message in cas git hub, but I don't understand anything at all !!! :) Somebody can translate to an "easy english??" https://github.com/apereo/cas/pull/4371 Thank you Le mercredi 23 octobre 2019 11:29:39 UTC+2, vallee.romain a écrit : > > Hi, > the issue stil alive :( > i enable >

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
Hi, the issue stil alive :( i enable compile "org.apereo.cas:cas-server-support-pm-ldap:${project.'cas.version'}" in build.gradle and i activate password management in my cas.properties : PAssword management cas.authn.pm.enabled=true cas.authn.pm.ldap.type=AD

Re: [cas-user] Exception with "casAccountDisabledView" CAS 6.1

2019-10-23 Thread vallee.romain
Hello Ray and Axel, thank you for your support . This morning i will add the PM support, and i will see the result . Axel, no i didn't type this line in my config file . I will add for see the result . Le mardi 22 octobre 2019 23:53:59 UTC+2, axel stohn a écrit : > > Hi Vallee, > > Just to