Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-6750

Modify ApplicationSecurityDomainService#getAuthenticationMechanisms to filter out unavailable mechanisms

XMLWordPrintable

      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.

              fjuma1@redhat.com Farah Juma
              fjuma1@redhat.com Farah Juma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: