[cas-user] Trying to install the CAS 6.2.x Management webapp against CAS 6.2.5 I am seeing this stack trace:

2020-11-20 Thread Aaron East
PPLICATION FAILED TO START *** Description: Method requestedContextValidator in org.apereo.cas.config.CasCoreMultifactorAuthenticationConfiguration required a bean of type 'org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy' that could

Re: [cas-user] CAS4/CAS5, What is in TGT and ST?

2020-11-20 Thread Yan Zhou
thanks a lot for reply. We have customized CAS flow and added additional flows. So, upgrading means to move all this over, we are actually upgrading to CAS5 already. CAS5 does support encryption. I do not see we need to move to CAS6 to satisfy security requirements. CAS4 does not support

Re: [cas-user] CAS4/CAS5, What is in TGT and ST?

2020-11-20 Thread Ray Bon
Yan, That sounds right. It has been a while since I used those versions of cas. I know that with cas 6 there are properties for ticket encryption, and they have to be set. What is preventing you from upgrading? Is cas 5 still supported? What about the java versions and host OS, are they

Re: [cas-user] CAS4/CAS5, What is in TGT and ST?

2020-11-20 Thread Yan Zhou
Hi Ray, Thanks for the info., We use both CAS4/CAS5 in production. Due to our security policy, we need to encrypt anything having user info. (even in the backend), this means we need to encrypt TGT in the ticket storage. Otherwise, someone on our network can intercept the traffic between

Re: [cas-user] CAS 6.2.1 attribute release not working with PersonDirectory

2020-11-20 Thread P N
I am adding the following from the cas.log file , maybe someone can help me understand what is missing in the default attribute release policy and why is Person Directory not triggered: 2020-11-18 16:59:43,750 DEBUG [org.apereo.cas.config.CasPersonDirectoryConfiguration] - 2020-11-18

[cas-user] CAS 6.2.5 MFA bypass per service and global http request trigger on

2020-11-20 Thread Jérôme NENERT
Hi, A web application triggers a mfa-duo authentication with http request parameter authn_method=mfa-duo. Is it possible to bypass this application from using mfa-duo ? We didn't set cas.authn.mfa.request-parameter so default value is on ( authn_method ). Tried to add these lines in service