Re: [cas-user] CAS 5.2.4 Endpoint access

2019-10-28 Thread Sam Erie
gt; --Dave > > -- > > DAVID A. CURRY, CISSP > *DIRECTOR • INFORMATION SECURITY & PRIVACY* > THE NEW SCHOOL • INFORMATION TECHNOLOGY > > 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 > +1 646 909-4728 • david.cu...@newschool.edu > > > On Fri, Oct 25, 2019 at

[cas-user] CAS 5.2.4 Endpoint access

2019-10-24 Thread Sam Erie
I have been struggling to get access to development CAS v5.2.4 status endpoints. I was unable to get them unsecured and went on to add Spring Security with master user, who it is correctly validating, but somehow my IP is still not authorized. Following are relevant properties and logs. I'm

[cas-user] ajp with cas-management-overlay

2018-05-24 Thread Sam Erie
Is there a way to use ajp with the cas-management-overlay? I am using ajp with cas-overlay 5.2.4, but it uses the tomcat appserver - and it doesn't look like that is available yet for the cas-management-overlay. The settings for my cas-overlay are as follows: cas.server.ajp.secure=true

Re: [cas-user] How to route new page

2018-05-24 Thread Sam Erie
> --Dave > > -- > > DAVID A. CURRY, CISSP > *DIRECTOR OF INFORMATION SECURITY* > INFORMATION TECHNOLOGY > > 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 > <https://maps.google.com/?q=71+FIFTH+AVE.,+9TH+FL.,+NEW+YORK,+NY+10003=gmail=g> > +1 212 229-5300 x4

Re: [cas-user] How to route new page

2018-05-24 Thread Sam Erie
> 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 > <https://maps.google.com/?q=71+FIFTH+AVE.,+9TH+FL.,+NEW+YORK,+NY+10003=gmail=g> > +1 212 229-5300 x4728 • david.cu...@newschool.edu > > [image: The New School] > > > On Thu, May 24, 2018 at 3:18 PM Sam Erie <se...@a

[cas-user] How to route new page

2018-05-24 Thread Sam Erie
I am trying to provide a timeout page to redirect to when a timer on my login page goes off. I can get it to redirect, but there is no page so it just goes to the not found page. Is there an easy way to route an extra page so I can go to https://server:8443/cas/timeOut? Or how would I go about

[cas-user] How to set custom Java TrustStore for CAS Maven Overlay

2018-05-23 Thread Sam Erie
So I have tested my certifications using the suggested SSLPoke tool, and I know I can use the java option -Djavax.net.ssl.trustStore= to make CAS use the correct custom java truststore for my ldap connection. I was even able to get it to run like java -Djavax.net.ssl.trustStore= -jar

Re: [cas-user] Service Manager question

2018-05-22 Thread Sam Erie
contain cas.war, or any tomcat > config files, > > Drop in the WAR file after build --- default name is 'cas-management' > > You will have 2 paths in same tomcat --- > > hxxps://foobar/cas > hxxps://foobar/cas-management > > -- > *From:*

[cas-user] Service Manager question

2018-05-21 Thread Sam Erie
I am attempting to recreate my university's cas installation from version 3.5 currently in production to the new 5.2. The service manager in use now uses j_acegi_cas_security_check. As far as I can tell from the documentation this has been separated into a new webapp, which I am currently

Re: [cas-user] Re: Size of maven cas-overlay-template

2018-05-17 Thread Sam Erie
://maxrohde.com/2011/04/27/large-war-file-cannot-be- > deployed-in-tomcat-7/". If it is also your case then this might help you. > > But if for other reason, then I probably can't help you... > > Cheers! > - Andy > > > On Thursday, 17 May 2018 09:01:14 UTC+8, Sam Erie

[cas-user] Size of maven cas-overlay-template

2018-05-16 Thread Sam Erie
I am putting together CAS version 5.2.4.x, and I would like to run it as an executable war, however the size of the built project is still too big for the server I am developing it for. I have taken out as many of the obviously unneeded dependancies from pom.xml as I can, but I can not seem to get