From cc64227056778ef7078ae5ad62cf256b1f65d4e2 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Wed, 5 Jan 2022 23:26:41 -0300 Subject: [PATCH] Specify default credentials for KeyCloak Admin console Fixes #22666 --- .../main/asciidoc/security-openid-connect-dev-services.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main/asciidoc/security-openid-connect-dev-services.adoc b/docs/src/main/asciidoc/security-openid-connect-dev-services.adoc index d767446a7e7e2..dc86eeaffc4f7 100644 --- a/docs/src/main/asciidoc/security-openid-connect-dev-services.adoc +++ b/docs/src/main/asciidoc/security-openid-connect-dev-services.adoc @@ -34,6 +34,11 @@ KeyCloak Dev Services Starting: The `quay.io/keycloak/keycloak:15.0.2` image which contains a `Keycloak` distribution powered by `WildFly` is currently used to start a container by default. See the <> section for more details about the image selection. +[IMPORTANT] +==== +When logging in the Keycloak admin console, the username is `admin` and the password is `admin`. +==== + Note that by default, `Dev Services for Keycloak` will not start a new container if it finds a container with a `quarkus-dev-service-keycloak` label and connect to it if this label's value matches the value of the `quarkus.keycloak.devservices.service-name` property (default value is `quarkus`). In such cases you will see a slighty different output: [source,shell]