[cas-user] Re: how to include authenticated user's roles in JWT?

2020-06-04 Thread dg
hello, i am really stuck with it. anybody experiencing a similar issue? or suggesting a solution? 1 Haziran 2020 Pazartesi 16:25:49 UTC+3 tarihinde dg yazdı: > > hello, > > i have configured cas as oauth2 server. after successfull login, it > returns JWT, but roles filed in jwt is always empty

[cas-user] What is needed to get ADFS in CAS6?

2020-06-04 Thread Toby Archer
We are looking to upgrade from CAS 5 to CAS 6. I have a fresh setup so I've just got the default json services and ADFS.. This guide suggests I need this line: compile >

Re: [cas-user] cas.ticket.tgt.timeout.maxTimeToLiveInSeconds and Memcache ticket experation policy

2020-06-04 Thread John Bond
Hi Fazla, Unfortunately i'm unsure what cas.tgc.rememberMeMaxAge is used for and how it differes from cas.ticket.tgt.rememberMe.timeToKillInSeconds= -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 -

Re: [cas-user] cas.ticket.tgt.timeout.maxTimeToLiveInSeconds and Memcache ticket experation policy

2020-06-04 Thread Ray Bon
Fazla, This is what I have in my config ## default is P14D ## used to set maxAge on user selection of remember me at login ## it is always set regardless of user choice; this is a bug to investigate ## file:

Re: [cas-user] cas.ticket.tgt.timeout.maxTimeToLiveInSeconds and Memcache ticket experation policy

2020-06-04 Thread Appify
Hi John, Thanks for your reply. I saw your configuration and I will try this in our staging environment. I was wondering about cas.tgc.rememberMeMaxAge properties, what does that do? Also if this config works for you please let me know. Thanks. Regards On Thu, Jun 4, 2020 at 5:31 PM John Bond

[cas-user] Duo MFA error in 6.2 RC5

2020-06-04 Thread mbar...@scad.edu
I'm testing out 6.2 RC5 and am getting an error with Duo: DEBUG [org.apereo.cas.web.FlowExecutionExceptionResolver] - list[mfa-duo]]'] due to a type mismatch with handler [[FlowHandlerMapping.DefaultFlowHandler@5f5b9239]]> I'm using pretty much the same Duo configuration from 6.0.x (which is

[cas-user] Re: Duo MFA error in 6.2 RC5

2020-06-04 Thread mbar...@scad.edu
Doh, I didn't post the actual error. Here it is: ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/cas-web].[dispatcherServlet]] - list[mfa-duo]]'] with root cause> java.lang.NullPointerException: null at java.util.Objects.requireNonNull(Objects.java:221) ~[?:?]

[cas-user] Re: CAS 6.1.6 Google reCAPTCHA Integration

2020-06-04 Thread Root
The error is not clear and full, make sure you use TLS 1.2 and above for CAS server, is your CAS server SSL properly configured?, also you need to tell how is your CAS setup, (ex: tomcat+CAS or apache+tomcat+CAS, etc) On Wednesday, June 3, 2020 at 12:30:57 PM UTC+5:30, mohammad

Re: [cas-user] cas.ticket.tgt.timeout.maxTimeToLiveInSeconds and Memcache ticket experation policy

2020-06-04 Thread Appify
Hello John and Ray, We are also using memcached as a ticket registry and facing the same issue as the remember me functionality not working properly as expected. Below is our configuration. Are you doing anything wrong. cas.ticket.tgt.rememberMe.enabled=true

Re: [cas-user] cas.ticket.tgt.timeout.maxTimeToLiveInSeconds and Memcache ticket experation policy

2020-06-04 Thread John Bond
Hi Fazla, We use are now using the following settings cas.ticket.tgt.rememberMe.enabled=true cas.ticket.tgt.rememberMe.timeToKillInSeconds=604800 cas.ticket.tgt.timeToKillInSeconds=3600 cas.ticket.tgt.maxTimeToLiveInSeconds=604800 We are still testing but the intention is that someone who sets