Update README.md
This commit is contained in:
parent
55a0f443ed
commit
6348266175
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ For development on this project you will need a running Keycloak server listenin
|
||||||
```bash
|
```bash
|
||||||
$> ./start.js
|
$> ./start.js
|
||||||
```
|
```
|
||||||
1. Add the client
|
1. Go to the clients section of the exising Keycloak Admin Console and add the client
|
||||||
* like this:
|
* like this:
|
||||||
![realm settings](./realm-settings.png "Realm Settings")
|
![realm settings](./realm-settings.png "Realm Settings")
|
||||||
* or click on the "Select file" button and import `security-admin-console-v2.json`
|
* or click on the "Select file" button and import `security-admin-console-v2.json`
|
||||||
|
@ -39,4 +39,4 @@ To switch to a RH-SSO themed version of this console you can run:
|
||||||
$> npx grunt switch-rh-sso
|
$> npx grunt switch-rh-sso
|
||||||
```
|
```
|
||||||
|
|
||||||
To switch back just do a `git checkout public`
|
To switch back just do a `git checkout public`
|
||||||
|
|
Loading…
Reference in a new issue