OAuth / OpenID Connect

I cannot find Domain and Realm in keycloak admin interface

1883 views April 7, 2022 April 14, 2022 vaishali 3

To obtain a Realm and Domain, please follow the steps below.

A] Realm:

  • Login to the keycloak administration console.
  • Go to the Realm settings -> general section, you will get the Realm name.

B] Domain:

  • The domain name would be the domain of the machine where your keycloak is running followed by the port number, for e.g if your keycloak is running on localhost then the domain would be http://localhost:8080.(refer to the below image)

Was this helpful?