John
unread,Aug 23, 2023, 12:12:06 PM8/23/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community, diego....@unc.edu.ar, John, Ray Bon
I tested on local dev, 6.6.10 and is working, also its not _class, it has to be @class, see below, also make sure you have ""cas.authn.mfa.core.provider-selection-enabled=true" in config
{
"@class": "org.apereo.cas.services.CasRegisteredService",
"serviceId": "^(https|imaps)://.*",
"name": "Sample",
"id": 1,
"description": "Sample Service",
"evaluationOrder": 10000,
"multifactorPolicy" : {
"@class" : "org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy",
"multifactorAuthenticationProviders" : [ "java.util.LinkedHashSet", [ "mfa-gauth", "mfa-webauthn" ] ]
}
}