Re: [cas-user] Issue handling Browser Back button in CAS UI flow

2018-04-11 Thread Uxío Prego
Yeah take control of the browser back button and send the user to wherever you find appropriate: https://stackoverflow.com/questions/25806608/. Regards, Uxío Prego Madiva Soluciones CL / SERRANO GALVACHE 56 BLOQUE ABEDUL PLANTA 4 28033 MADRID +34 917 56 84 94 www.madiva.com www.bbva.com The a

[cas-user] CAS 5.2 login with UPN removing domain

2018-04-11 Thread dag
Hi all, I've configured Apereo CAS 5.2, and it's running fine using UPN. However is there any parameter to include in cas.properties config file to allow authenticacion through UPN without typing the domain name? Thanks in advance. Regards. -- - Website: https://apereo.github.io/cas - Gitter

Re: [cas-user] Invalid cache cookie length?

2018-04-11 Thread David Hawes
On Tue, Apr 10, 2018 at 2:41 PM, Bryan K. Walton wrote: > What does "Invalid cache cookie length" mean in the cas debug logs? > > For example: > [Mon Apr 09 16:17:29.340510 2018] [:debug] [pid 7828] > mod_auth_cas.c(897): [client xxx.xxx.xxx.xxx:64395] Invalid cache cookie > length for '', (expect

[cas-user] CAS 5.2 return JWT for service

2018-04-11 Thread William E.
Hi all, I am trying to follow the CAS docs to configure a service to return jwt's but not having much success. Docs I am reading on this: https://apereo.github.io/cas/5.2.x/installation/Configure-ServiceTicket-JWT.html https://apereo.github.io/2017/10/17/cas-jwt-authn-with-duo/ (JWT Serv

[cas-user] Re: CAS 5.2 login with UPN removing domain

2018-04-11 Thread William E.
We use ldap and used an ldap filter on uid or'ed with upn. Ldap search syntax. Like so: cas.authn.ldap[0].userFilter=(|(uid={user})(upn={user})) -William On Wednesday, April 11, 2018 at 10:26:10 AM UTC-5, dag wrote: > > Hi all, > > I've configured Apereo CAS 5.2, and it's running fine usin

Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-11 Thread William E.
This makes me think you have a bad ldap search filter in your .properties file, or maybe ldap support partially configured. Caused by: java.lang.NullPointerException at org.apereo.cas.util.LdapUtils.lambda$newLdaptiveSearchFilter$2(LdapUtils.java:531) ~[cas-server-support-ldap-core-5.2.2.j

Re: [cas-user] CAS 5.2 return JWT for service

2018-04-11 Thread Cristina Vlaicu
Rhfbc On Thu, Apr 12, 2018, 01:40 William E. wrote: > Hi all, > > > I am trying to follow the CAS docs to configure a service to return jwt's > but not having much success. > > Docs I am reading on this: > > > https://apereo.github.io/cas/5.2.x/installation/Configure-ServiceTicket-JWT.html > >

[cas-user] Re: Thread count keeps growing at tomcat 8.5 with CAS 5.1

2018-04-11 Thread Bruno ELIE
Up, someone's has found something about this ? Le lundi 28 août 2017 16:02:48 UTC+2, Song, Doe-Hyun a écrit : > > Good Morning All, > > > > Since we go to production with CAS 5.1, we keep having growing Thread > counts. > > > > We use ehcache for HA implementation and ldap for authenticati