Skip to content

Checking the Version of SEAL Keycloak


... in a Browser

Depending on the expected version, you need to try different URLs.


Testing for Version 21.0.0

  1. In your browser, open the following URL:

    https://localhost:32769/admin/master/console/#/master
    
  2. Read out the version from the Server info tab:

    Keycloak version


Testing for Version 15.0.0

  1. In your browser, open the following URL:

    https://localhost:32769/auth/admin/master/console/#/server-info
    
  2. Read out the version from the Server info tab:

    Keycloak version


Back to top