Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-25256

Blank page after login to web console when is used OIDC and Java 17

XMLWordPrintable

    • False
    • None
    • False
    • Hide
      • configured Keycloak 22.0.0 with realm
      • two clients in realm for management and web console
      • add a user
      • use Java 17
      • create provider

        /subsystem=elytron-oidc-client/provider=keycloak:add(provider-url=http://localhost:8888/realms/wildfly-infra)

      • secure management interface

        /subsystem=elytron-oidc-client/secure-deployment=wildfly-management:add(provider=keycloak,client-id=wildfly-management,principal-attribute=preferred_username,bearer-only=true,ssl-required=EXTERNAL)

      • secure web console

        /subsystem=elytron-oidc-client/secure-server=wildfly-console:add(provider=keycloak,client-id=wildfly-console,public-client=true)

      • reload EAP
      • login into webconsole
      • the blank page is displayed
      Show
      configured Keycloak 22.0.0 with realm two clients in realm for management and web console add a user use Java 17 create provider /subsystem=elytron-oidc-client/provider=keycloak:add(provider-url= http://localhost:8888/realms/wildfly-infra ) secure management interface /subsystem=elytron-oidc-client/secure-deployment=wildfly-management:add(provider=keycloak,client-id=wildfly-management,principal-attribute=preferred_username,bearer-only=true,ssl-required=EXTERNAL) secure web console /subsystem=elytron-oidc-client/secure-server=wildfly-console:add(provider=keycloak,client-id=wildfly-console,public-client=true) reload EAP login into webconsole the blank page is displayed

      After login into web console is display blank page when is used Java 17 and OIDC is configured.

      This happens with Keycloak 22.
      With Keyclaok 21 and lower it works fine.

            hpehl@redhat.com Harald Pehl
            rhn-support-kstekovi Krystof Stekovic
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: