Re: [cas-user] How to install CAS 3.3 with Tomcat 8.0

2019-10-25 Thread Carlota Viña
Hi Richard, Thanks you for the message. What means Tomcat 8 is EOL? Best wishes, Carlota El vie., 25 oct. 2019 a las 21:22, Richard Frovarp (< richard.frov...@ndsu.edu>) escribió: > Tomcat 8 is also EOL. > > > On 10/25/19 1:29 PM, Ray Bon wrote: > > Carlota, > > Out of curiosity, why are you

Re: [cas-user] How to install CAS 3.3 with Tomcat 8.0

2019-10-25 Thread Richard Frovarp
The 3.4 method was to create a Maven overlay and build a war from there. I think there was a special config file. Don't remember how that was referenced. You'll need to dig into old documentation. You probably can do it without Maven, but it would be a giant pain. Maven is a build tool and in

Re: [cas-user] How to install CAS 3.3 with Tomcat 8.0

2019-10-25 Thread Richard Frovarp
Tomcat 8 is also EOL. On 10/25/19 1:29 PM, Ray Bon wrote: Carlota, Out of curiosity, why are you bound to an ancient, unsupported, and insecure version of CAS? Maven can be downloaded, https://maven.apache.org/ Have you found any documentation on CAS 3.3? I suspect that you will spend more

Re: [cas-user] How to install CAS 3.3 with Tomcat 8.0

2019-10-25 Thread Carlota Viña
Hello, The requirements don't depend on me. The requirements are set . Best wishes, Carlota El vie., 25 oct. 2019 a las 20:29, Ray Bon () escribió: > Carlota, > > Out of curiosity, why are you bound to an ancient, unsupported, and > insecure version of CAS? > > Maven can be downloaded,

Re: [cas-user] Re: cas-management 6.1 RC4 turn off version control

2019-10-25 Thread Ray Bon
I tried building from source to add more debugging, but was unable to build without error. If I fixed one error, then another popped up. I do not have time to chase them down. I will come back to it, perhaps in the new year. Until then we will use an older version. Ray On Fri, 2019-10-25 at

Re: [cas-user] How to install CAS 3.3 with Tomcat 8.0

2019-10-25 Thread Ray Bon
Carlota, Out of curiosity, why are you bound to an ancient, unsupported, and insecure version of CAS? Maven can be downloaded, https://maven.apache.org/ Have you found any documentation on CAS 3.3? I suspect that you will spend more time trying to figure out how to install and run CAS 3.3

Re: [cas-user] mod_auth_cas and attributes

2019-10-25 Thread Ray Bon
Alberto, To be sure CAS is releasing the attributes: Ray On Fri, 2019-10-25 at 11:45 +0200, Alberto Cabello Sánchez wrote: On Thu, 24 Oct 2019 16:12:58 -0400 David Hawes < dha...@vt.edu > wrote: What version of mod_auth_cas are you using?

Re: [cas-user] How to consume rest api call via jsp

2019-10-25 Thread Ray Bon
Vikash, Perhaps some examples here might help, https://apereo.github.io/cas/6.0.x/integration/Attribute-Release-Policies.html Ray On Fri, 2019-10-25 at 05:06 -0700, Vikash Chandra Ansh wrote: I have created a rest api which will fetch user details from AD. it is giving me all the set of

[cas-user] How to install CAS 3.3 with Tomcat 8.0

2019-10-25 Thread CarlotaVina
Hello, Recently I start to work with a project with Java 1.8, tomcat 8.0. We don't have Maven. One of the requirements is to install CAS 3.3 with tomcat 8.0. The project is old and we can't change these requirements. I don't know how to install CAS 3.3 with Tomcat 8.0 Could somebody to help

Re: [cas-user] Re: cas-management 6.1 RC4 turn off version control

2019-10-25 Thread Travis Schmidt
Admittedly the CAS Mgmt documentation is lagging some of the latest refactors in the snapshots. I usually try and make an effort when GA rolls around to try and make sure at least config properties are updated. You can look here directly at the source of truth:

[cas-user] Re: cas-management 6.1 RC4 turn off version control

2019-10-25 Thread randomuser878
Hello Thanks for the hint per CasManagementConfigurationProperties.java

Re: [cas-user] mod_auth_cas and attributes

2019-10-25 Thread David Hawes
On Fri, Oct 25, 2019, 05:45 Alberto Cabello Sánchez wrote: > On Thu, 24 Oct 2019 16:12:58 -0400 > David Hawes wrote: > > > What version of mod_auth_cas are you using? > > Sorry, I didn't included it in my question: > > mod_auth_cas is 1.2, freshly cloned from >

[cas-user] How to consume rest api call via jsp

2019-10-25 Thread Vikash Chandra Ansh
I have created a rest api which will fetch user details from AD. it is giving me all the set of attributes in a JSON. Now, I am trying to use that API but unable to do so. Kindly help and suggest me the steps to do so. -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

Re: [cas-user] CAS 5.2.4 Endpoint access

2019-10-25 Thread David Curry
At first blush it looks like your cas.properties property names are wrong; there might be other things too that you didn't happen to quote. Here's a step-by-step for enabling them all, if you find it helpful:

Re: [cas-user] mod_auth_cas and attributes

2019-10-25 Thread Alberto Cabello Sánchez
On Thu, 24 Oct 2019 16:20:09 -0400 David Hawes wrote: > Note that you can use /serviceValidate with mod_auth_cas v1.2 if your > server releases attributes. Well, it seems this is not the case: validation response is alberto No node named "attributes", so no mod_auth_cas problem

Re: [cas-user] mod_auth_cas and attributes

2019-10-25 Thread Alberto Cabello Sánchez
On Thu, 24 Oct 2019 16:12:58 -0400 David Hawes wrote: > What version of mod_auth_cas are you using? Sorry, I didn't included it in my question: mod_auth_cas is 1.2, freshly cloned from https://github.com/apereo/mod_auth_cas.git CAS server is 5.3.12.1. > v1.2 supports CASv2 attributes, which

[cas-user] Is possible with jasig ?

2019-10-25 Thread vallee.romain
Hello, my population are store in Active Directory . I try to use Jasig Password for "forget password" action . When user lost password, jasig can use "cas.authn.pm.reset.mail.AttributeName" for send mail to user . So, we don't store alternative mail in our AD (for confidentiality reasons ).