[cas-user] Re: CAS 5.2.x Could not update the account password

2020-06-19 Thread arti wavale
Im also facing same problem On Friday, February 9, 2018 at 12:06:32 AM UTC+5:30, casuser wrote: > > I am using CAS 5.2.x. For reset password, I get the reset password email > and from the link I can get to the reset password page where I enter my new > password and retype it but I get this

[cas-user] Re: Issue with cas 6 password managenment

2020-06-19 Thread arti wavale
can you explain me, how implemented password management in cas 5.2 and can share cas.properties file and which dependency are you used in pox.xml file? On Tuesday, November 20, 2018 at 10:33:06 PM UTC+5:30, MD. Fazla Rabby wrote: > > We are already using CAS5.2 and password management working

Re: [cas-user] CAS WAR Overlay - REST APIs added in custom java class not detecting

2020-06-19 Thread Ray Bon
Nishant, You will also have to add, to cas overlay, the configuration to let it know how to handle your endpoint. Look in to how cas does its REST login, https://apereo.github.io/cas/development/protocol/REST-Protocol.html. This will require digging in to the cas source,

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread Root
@Jose, No, I am using simple reverse proxy with HTTPS Apache as front end, and back-end also its communicating via HTTPS, so end to end its encrypted. here are my few lines of apache config ProxyPreserveHost On ProxyPass/ https://localhost:9443/ ProxyPassReverse /

[cas-user] CAS WAR Overlay - REST APIs added in custom java class not detecting

2020-06-19 Thread Nishant Singh
I am working on customising *CAR WAR Overlay with version 6.1.x* and add some new functionalities in the form of REST APIs. Now CAS says that in order to add a custom java class we need to do the following: *"In order to include custom Java source, it should be included under a src/main/java

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread Pascal Rigaux
NB: tomcat has many ways to configure http backend behind a rev proxy: (1) force the values of the connector (secure, scheme...) : https://tomcat.apache.org/tomcat-9.0-doc/proxy-howto.html (2) filter allowed IPs :

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread José Ramón Martín Magdalena
Hi Root, Thanks for your reply. Nop, I'm going to try. I'm wondering, the login CAS page don't warn you about the non-secure connection? News in a while. El viernes, 19 de junio de 2020, 11:30:27 (UTC+1), Root escribió: > > @Jose > Did you try without AJP ?, for me it works with apache with

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread Root
@Jose Did you try without AJP ?, for me it works with apache with below cas settings cas.server.http.enabled=false cas.server.httpProxy.enabled=true cas.server.httpProxy.secure=true cas.server.httpProxy.scheme=https cas.server.httpProxy.protocol=HTTP/1.1 On Friday, June 19, 2020 at 2:48:38

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread José Ramón Martín Magdalena
Hi again King, Taken another look at Tomcat documentation I found the attribute you said on the security-howto saying "The *requiredSecret* attribute in AJP connectors configures shared secret between Tomcat and reverse proxy in

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread José Ramón Martín Magdalena
Hello guys, It looked promising, right! But no, exactly the same result. Frustrating. Any ideas? El viernes, 19 de junio de 2020, 9:42:50 (UTC+1), José Ramón Martín Magdalena escribió: > > Hi King, > > First of all, thank you for your quick reply. I tried your solution > unfortunately without

Re: [cas-user] CAS 6.1.6 behind reverse proxy. Exception caused by The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "". This combination is not val

2020-06-19 Thread José Ramón Martín Magdalena
Hi King, First of all, thank you for your quick reply. I tried your solution unfortunately without success. Having a look at the Tomcat documentation I found that the correct attribute name is 'secret' so I