Create a new user in Keycloak
Contents
Introduction
Keycloak is an Open-source product which allows Single Sign-On (SSO) and enables Identity and Access Management integration to allow for a quick, safe, and secure integration of authentication within modern applications.
Below are the steps involved in configuring Keycloak:
Logging into Keycloak admin panel
The Keycloak admin URL will consist of the following components:
The domain that has been configured for your reseller to access the application (E.g. my-reseller.net or 10.10.121.127)
The service path (E.g. auth for Keycloak)
The keycloak admin path /admin/master/console
An example of the above might look something like this:
https://my-reseller.net/auth/admin/master/console
Once you have entered the correct address for your cluster Keycloak instance following the above guidelines, you should be able to login to the Keycloak admin dashboard using the following details:
Username: admin
Password: %password%
The access protocol should always be https
The domain in the example above (E.g. my-reseller.net) might not be applicable if a domain is not configured, in which case you would need to use the server IP address (E.g. 10.10.121.127)
Once logged into the portal, there are a few steps to complete in order to configure Keycloak.
Create a New User
Select Realm as Gv on the left-side menu
Click on the Users menu item on the left-side menu, and then click Add user
Enter the Username as desired and click on Save
Once the user has been created, it will open the new user Details tab
Navigate to Credentials tab, and set the password for this user. Set the Temporary as OFF
Related content
Classified as Getvisibility - Partner/Customer Confidential