2019-10-16 10:25:41,867 DEBUG [org.apereo.cas.authentication.DefaultMultifactorAuthenticationProviderBypass] - <Failed to match since attribute name is undefined>
2019-10-16 10:25:41,868 DEBUG [org.apereo.cas.authentication.DefaultMultifactorAuthenticationProviderBypass] - <Locating matching attribute [null] with value [n
cas.authn.mfa.radius.rank=0
cas.authn.mfa.radius.trustedDeviceEnabled=false
cas.authn.mfa.radius.allowedAuthenticationAttempts=-1
cas.authn.mfa.radius.failoverOnAuthenticationFailure=false
cas.authn.mfa.radius.failoverOnException=false
cas.authn.mfa.radius.client.socketTimeout=3
cas.authn.mfa.radius.client.sharedSecret=xxxxxxxxx
cas.authn.mfa.radius.client.authenticationPort=1812
cas.authn.mfa.radius.client.accountingPort=1813
cas.authn.mfa.radius.client.inetAddress=localhost
cas.authn.mfa.radius.server.retries=3
cas.authn.mfa.radius.server.protocol=PAP
cas.authn.mfa.radius.server.nasIpAddress=10.11.1.188
service file:
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"name" : "Apache Secured By CAS and RSA MFA",
"id" : 10000007,
"description" : "CAS development Apache mod_auth_cas server with username/password protection and RSA MFA",
"attributeReleasePolicy" : {
"@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy"
},
"multifactorPolicy" : {
"@class" : "org.apereo.cas.services.DefaultRegisteredServiceMultifactorPolicy",
"multifactorAuthenticationProviders" : [ "java.util.LinkedHashSet", [ "mfa-radius" ] ]
},
"evaluationOrder" : 9
}