Can you provide some details regarding your configuration to get cas.authn.mfa.groovyScript working? I'm currently using a groovy script for MFA bypass successfully but now have need to use one for triggering as well. However, the triggering script example wraps the run method in a class and I've not been successful in getting it executed. CAS complains if I have the path to the file incorrect, so I know it's at least identifying that the file exists, I just can't figure out how to get it executed.
Thanks, -dirk On Monday, July 2, 2018 at 3:06:05 PM UTC-4, Jonathan Barrett wrote: > > All, > > I was able to resolve the issue by rethinking my program flow and instead > rewrite the groovy file to run off of the cas.authn.mfa.groovyScript > property so it controls the trigger of MFA instead of bypassing activated > MFA. Better to not trigger MFA at all instead of try to bypass in my case. > Plus, this gave me the ability to do more preprocessing to push people > around to multiple MFA providers as needed. Be aware that service.id at > the trigger level is the URL instead of the service registry name/ID. Hope > this helps someone. > > -Jonathan > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/2944cdde-dd51-4efb-be72-9babce900202%40apereo.org.
