Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default admin credentials for Keycloak can be found in the file [Installation_Folder]\Keycloaktools\keycloak\bin\kc-service.xml

It is recommended to change the admin password after installation via the Keycloak admin console. To do change the admin password, take the following steps:

...

Log in to the Keycloak Admin console using the credentials found in [Installation_Folder]\tools\Keycloakkeycloak\bin\kc-service.xml

In the top right corner, select Manage account

...

  • studio-server: Used by the Studio backend, this is a private client which as has admin access to the Studio
  • encore: Used by Encore, this is a public client which retrieves an access token on behalf of a user in order to communicate with the Studio backend

...

Client Scopes

A client scope studio  is included in the realm. When requesting an access token, this scope will activate mappers which add additional information to resulting access token. This information is required by the Studio backend in order to validate the token.

...

A group and role studio-admin  is are created by default during the Studio installation. The group studio-admin has the role studio-admin assigned to it, this role is mapped to the default Administrator role in the Studio.

...

Adding, editing and removing users is relatively straightforward in Keycloak. From the navigation panel select Users, the main view will not list all by default, you can choose "View all users" to load all userusers, or search for a user from the search bar.

...