Hello,
I was struggling with the same problem - I found out, that I had to switch
MFA explicitly in services using:
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "^http://localhost:9999/.*",
"name" : "localhost",
"theme" : "apereo",
"id" : 10000003,
"description" : "Apereo foundation sample service",
"evaluationOrder" : 1
"multifactorPolicy" : {
"@class" :
"org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy",
"multifactorAuthenticationProviders" : [ "java.util.LinkedHashSet", [
"mfa-radius" ] ]
}
}
Jozef
--
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/0f958d6e-81d3-4c59-a8f5-d56335e159a0%40apereo.org.