Step 1. Install Keycloak
Install Keycloak
Complete the following steps to install a development instance of Keycloak on your local machine:
- Download Keycloak. Temenos Explorer can work with any version of Keycloak, but it is advisable to take the latest avaialable:
- Extract the archive file downloaded into a folder
- Open a new Terminal or Command Prompt
- Navigate to the extracted folder
- Navigate to the
/bin
folder - Run one of the following commands based on your OS:
macOS/Linux/Unix
sudo kc.sh start-dev
Windows
kc.bat start-dev
This will start the local Keycloak server at the following address:
http://localhost:8080/
Create an Admin User
Keycloak does not come with a default admin user, which means before you can start using Keycloak you need to create an admin user.
When you first access the Keycloak server you will be prompted to create an admin user.