Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-15 Thread Matthieu Marc
After having build your instance with gradle, you will find in build/overlays/bootWar/cas/WEB-INF/lib all jar files used by your instance. I am using tomcat embedded implementation, maybee jar are in another place. You will find this jar file cas-server-webapp-resources-6.1.5.jar (or another v

Re: FW: [cas-user] Cas server not working with http

2020-05-15 Thread Root
Suhas, Does your App1 and App2 have identical settings?, check in App2 settings whether any HTTPS is enforced!, also check the App2 log if any and you can also monitor the cas log while authenticating in App2, see what error you get. On Wednesday, May 13, 2020 at 11:15:48 AM UTC+5:30, Suha

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-15 Thread Root
@rbon, Thanks for the link, i was just going through the link, and as specified here https://apereo.github.io/cas/6.1.x/ux/User-Interface-Customization-CSSJS.html I was trying to find cas.css and other js files, but i couldn't find it in the build src directory, instead i found 2 dirs as belo

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-15 Thread 'Daniel Maldonado' via CAS Community
If either of you is able to customize the interface please let me know how. I have tried as described here: https://stackoverflow.com/questions/61300592/cas-switch-the-themes-based-on-different-services

[cas-user] Viewing Current SSO Sessions CAS 6.1.x

2020-05-15 Thread 'Mallory, Erik' via CAS Community
Hello, I've set up our cas environments to use the CAS Boot Admin Server in hopes that I would beable to see SSO Session information. I navigate to the Sessions page and I do not see anything. Our environment is configured with three CAS nodes behind a netscaler so I have each of the three nodes c

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-15 Thread Ray Bon
For UI customization, see https://apereo.github.io/cas/6.1.x/ux/User-Interface-Customization.html This default service will allow all applications, https://github.com/apereo/cas/tree/master/webapp/cas-server-webapp-resources, drill down to services directory. It is already included, so all you

Re: [cas-user] LDAP timeouts after Java upgrade

2020-05-15 Thread Daniel Fisher
On Wed, May 13, 2020 at 2:43 PM Baron Fujimoto wrote: > > 2) We've empirically determined that if we shorten the default value for > the LDAP pool validation from 600s to, say, 60s > (cas.authn.ldap[0].validatePeriod=60) then this also mitigates the timeout > problem. The shortened pool validatio

Re: [cas-user] CAS Setup( gradle overlay method): Ubuntu 20.04 + CAS 6.2 + LDAP - Need proper instructions.

2020-05-15 Thread Root
Hey Kink, Thanks i copied the files manually to /etc/cas/config/ and after few trials with variables in cas.properties I was able to authenticate via LDAP in CAS web. Next thing I have to change page texts, images and layout, you have any idea which files i have to copy and to where?. I have

[cas-user] Re: Sign on with Apple - CAS 5.3

2020-05-15 Thread Koen De Jaeger
Hi, I'm also on a project where we extended on CAS 5.x. I didn't find any apple sign on in the source code yet. Did you still find anything? On Tuesday, September 17, 2019 at 7:09:59 PM UTC+2, simpson wrote: > > Has anyone setup "Sign in with Apple" as an authenticator? It does not > look like

Re: [cas-user] Re: CAS V5.3 with Zoom SSO???

2020-05-15 Thread 'Robert Bond' via CAS Community
Are you running into any issues? You need to have SAML setup first. Here is a modified copy of our service registry entry: (modify attributes as needed) { "id" : 12, "@class" : "org.apereo.cas.support.saml.services.SamlRegisteredService", "metadataLocation" : "https://regent.zoom.us/saml/metadata/

[cas-user] Re: CAS V5.3 with Zoom SSO???

2020-05-15 Thread Shawn Cutting
We are using pure SAML with Zoom, and it was not the easiest thingto setup, but it is working. What have you tried thus far? On Tuesday, May 12, 2020 at 5:37:03 PM UTC-4, Keith Alston (Staff) wrote: > > Anyone set up Zoom SSO with CAS?? Any pointers/tips?? > > > > -Keith Alston > > kei...@regen

RE: [cas-user] OpenLDAP and SSHA

2020-05-15 Thread spfma.tech
I am answering to myself, maybe somebody will misread the doc the same way I did and loose some time : if no “principalAttributePassword” attribute is set (“cas.authn.ldap[0].principalAttributePassword=” in the cas.properties file), the authentication only relies on a successful LDAP bind. No m

[cas-user] OpenLDAP and SSHA

2020-05-15 Thread spfma.tech
Hi, I am trying to setup CAS with an OpenLdap backend, and I wonder if it is possible to deal with SSHA encrypted passwords. I made some tests : it is working with SHA, not with SSHA. Of course, the documentation is clearly mentioning SHA hash comparisons, but SSHA is a valid password scheme in