Manage users#
The Keycloak service is an open-source identity and access management solution that provides authentication, authorization, and single sign-on capabilities for applications and services.
To manage users in Keycloak, perform these steps:
Open the Keycloak Admin Console at the following URL:
http://keycloak.<hostname>.<domain_name>:<kc_port>/auth/
On the Keycloak Admin Console welcome page, click Administration console.
On the Keycloak Log in dialog, log in with Keycloak administrator credentials (
admin/admin
by default).Note
To change the administrative password, see the Changing the Admin Password section.
The Keycloak Admin Console interface opens.
In the left panel, select the ansys-solutions realm.
In the left panel, click Users to open the Users page.
By default, it opens to the User list tab, which shows all the registered users for the realm.
In the list, click a user name to open the User details page, where you can view and update information for the user.
See also
For more information, see the official Using the Keycloak Administration Console documentation.