[CAS 5.x.x] RADIUS MFA issue, don't redirecting to "radius token password page" after login

55 views
Skip to first unread message

David Fernández

unread,
Nov 14, 2016, 8:35:01 AM11/14/16
to CAS Community
Dear all,
I'm configuring CAS 5.x.x with radius MFA. Bu i am getting one error, after login with my LDAP user password CAS is not redirecting to the radius token page.

I attach my pom.xml, application.properties and log in debug mode.

What am i doing wrong?


Thank you in advance and best regards,


David


pom.xml
application.properties
pruebas.log

Jozef Kotlar - EEA.sk

unread,
Mar 7, 2017, 10:16:12 AM3/7/17
to CAS Community, david.fern...@gmail.com
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
Reply all
Reply to author
Forward
0 new messages