Hi all,
I used to have a custom login module class in my ear which was loaded conveniently via the deprecated org.jboss.as.security module:
After migrating to WildFly 26, I am trying to setup the same login module by following this guide. However, the custom login module doesn't seem to be detected. When trying to add a custom callback handler, just like in the guide, I get a java.lang.IllegalStateException: WFLYELY00045: Failed to load CallbackHandler from the provided module.
I suppose this is because I deploy the CustomLoginModule in an ear instead of adding it as a module. Is there any way to load it from the deployment?
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/f4ffa352-97d1-497c-bb0f-ffdbfb6303abn%40googlegroups.com.