Hey,
I'm moving from 5.3.x to 6.2.7 and I'm stymied in my progress by something I hope is obvious. Since it is happening in both 6.2.7 and 6.3.0, I'm hoping it is just miss configuration on my part and I'm hoping to get some guidance.
Below are the relevant configurations ported from v5.3. Most notably I had to convert all these properties from camelCase to hyphenated-lowercase. The issue is that, it does not seem to respect the trigger attributes as 5.3 does. My assumption is that only folk in a group called multifactor-authentication will be prompted for DUO.
If I enable global mfa, by setting the provider id, all requests including delegate auth are transitioned to the duo workflow: They either are asked to setup mfa on a phone, or it just fails (delegate without enough info). Currently I only have one MFA provider.
# Duo Security
cas.authn.mfa.duo[0].id=mfa-duo
cas.authn.mfa.duo[0].rank=0
cas.authn.mfa.duo[0].name=Duo Security
cas.authn.mfa.duo[0].duo-secret-key=myFirstSupaSekritKey
cas.authn.mfa.duo[0].duo-application-key=mySecondSupaSekritKey
cas.authn.mfa.duo[0].duo-integration-key=myTirdSupaSekritKey
#Global MFA
cas.authn.mfa.request-parameter=authn_method
cas.authn.mfa.global-provider-id=mfa-duo
cas.authn.mfa.global-failure-mode=OPEN
cas.authn.mfa.global-principal-attribute-name-triggers=isMemberOf
cas.authn.mfa.global-principal-attribute-value-regex=.*cn=multifactor-authentication.*