From 785080e14acb7d2f8edc9d2e335fb915545a259f Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 25 Apr 2022 12:28:15 +0200 Subject: [PATCH] Update instructions to test on Keycloak 18 https://github.com/keycloak/keycloak-web/issues/306 #93 --- src/bin/build-keycloak-theme/build-keycloak-theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/build-keycloak-theme/build-keycloak-theme.ts b/src/bin/build-keycloak-theme/build-keycloak-theme.ts index 54a1e186..3f6030c4 100644 --- a/src/bin/build-keycloak-theme/build-keycloak-theme.ts +++ b/src/bin/build-keycloak-theme/build-keycloak-theme.ts @@ -143,7 +143,7 @@ export function main() { "Once your container is up and running: ", "- Log into the admin console 👉 http://localhost:8080/admin username: admin, password: admin 👈", '- Create a realm named "myrealm"', - '- Create a client with id "myclient" and root url: "https://www.keycloak.org/app/"', + '- Create a client with ID: "myclient", "Root URL": "https://www.keycloak.org/app/" and "Valid redirect URIs": "https://www.keycloak.org/app/*"', `- Select Login Theme: ${themeName} (don't forget to save at the bottom of the page)`, `- Go to 👉 https://www.keycloak.org/app/ 👈 Click "Save" then "Sign in". You should see your login page`, "",