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

Unable to deploy WAR with only real in login-config

XMLWordPrintable

    • Hide

      Deploy a web application with a realm specified in its login-config element, but nothing else, specifically no auth-method entry.

      Show
      Deploy a web application with a realm specified in its login-config element, but nothing else, specifically no auth-method entry.
    • Workaround Exists
    • Hide

      Disable the Elytron OID authentication subsystem

      Show
      Disable the Elytron OID authentication subsystem

      A web application with a login-config element with only a realm element populated will not deploy. The OidcActivationProcessor fails with a NullPointerException.

      LoginConfigMetaData loginConfig = webMetaData.getLoginConfig();
      if (loginConfig != null && loginConfig.getAuthMethod().equals(OIDC_AUTH_METHOD)) {

              williamwhittle William Whittle (Inactive)
              williamwhittle William Whittle (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: