Update instructions to test on Keycloak 18 https://github.com/keycloak/keycloak-web/issues/306 #93
This commit is contained in:
@ -143,7 +143,7 @@ export function main() {
|
|||||||
"Once your container is up and running: ",
|
"Once your container is up and running: ",
|
||||||
"- Log into the admin console 👉 http://localhost:8080/admin username: admin, password: admin 👈",
|
"- Log into the admin console 👉 http://localhost:8080/admin username: admin, password: admin 👈",
|
||||||
'- Create a realm named "myrealm"',
|
'- 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)`,
|
`- 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`,
|
`- Go to 👉 https://www.keycloak.org/app/ 👈 Click "Save" then "Sign in". You should see your login page`,
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user