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`, "",