You also need to have docker
install into your machine, because without it you can't run the docker-compose file
To start the keycloak admin console, you first need to run the docker compose file with following command on a terminal.
docker compose up -d
After all containers inside the docker-compose file are successful installed and started, open a browser and enter following URL
-
-
The pair username/password is
admin/keycloak
Wenn starting the docker compose, the keycloak_admin_ui container instance is created with the keycloak configuration file under the folder
keycloak/configuration/passkey-realm-and-client-export.json
.
Inside the configuration file, new realm
passkey and the client
passkey-client and one user for this client is created.
- Users and pwd for the realm "passkey"
-
User pwd assah admin12
-
Get health status
curl http://localhost:8080/actuator/health