-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
When attempting to access an app as an anonymous user, the following IllegalStateException occurs:
java.lang.IllegalStateException: ELY01119: Unable to resolve MechanismConfiguration for mechanismType='HTTP', mechanismName='SPNEGO', hostName='localhost', protocol='http'. org.wildfly.security.auth.server.ServerAuthenticationContext$InactiveState.transition(ServerAuthenticationContext.java:1083)
The problem is that we're not filtering based on the mechanisms that are actually available.