Hello, I'm trying to override DefaultAuthenticationEventExecutionPlan in my Gradle overlay but it does not have the @Conditional annotation that is specified in the docs. Is it still possible to use my own logic that I've written for its getAuthenticationHandlersForTransaction() method and have CAS use that instead?
I'm have a custom handler that I've added for jdbc authentication, which is still getting used as a part of WS-Fed authentication. I want to remove it from the list of handlers for WS-Fed transactions. I tried to accomplish this by overriding my custom handler's supports() method but it's still being evaluated and failing during WS-Fed auth. This is using CAS 6.1.0-RC4. Thanks in advance. -- - 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/111a0153-c6d3-433c-aaff-481b05ff5464%40apereo.org.
