... | @@ -25,7 +25,7 @@ To be able to take advantage of the fully functional SDK4ED Dashboard, the user |
... | @@ -25,7 +25,7 @@ To be able to take advantage of the fully functional SDK4ED Dashboard, the user |
|
```bash
|
|
```bash
|
|
`docker-compose up`
|
|
`docker-compose up`
|
|
```
|
|
```
|
|
- **Step 6**: Navigate to https://\<KEYCLOAK-IP\>:\<KEYCLOAK-PORT\>/keycloak/auth/ and log in to the Administration console by using the keycloak admin credentials (configured in `docker-compose.yml` file).
|
|
- **Step 6**: Navigate to https://*\<KEYCLOAK-IP\>*:*\<KEYCLOAK-PORT\>*/keycloak/auth/ and log in to the Administration console by using the keycloak admin credentials (configured in `docker-compose.yml` file).
|
|
- **Step 7**: Create a new realm named *SDK4ED*.
|
|
- **Step 7**: Create a new realm named *SDK4ED*.
|
|
- **Step 8**: Add a user in the Keycloak Administration Console (this user will be used to login to the dashboard).
|
|
- **Step 8**: Add a user in the Keycloak Administration Console (this user will be used to login to the dashboard).
|
|
- **Step 9**: Add the SDK4ED Dashboard URI to valid redirect uri's list in `KeyCloak Admin Console > Clients > Settings > Valid Redirect URIs` to allow redirect to the dashboard. (prevents `invalid redirect_uri` error after keycloak login).
|
|
- **Step 9**: Add the SDK4ED Dashboard URI to valid redirect uri's list in `KeyCloak Admin Console > Clients > Settings > Valid Redirect URIs` to allow redirect to the dashboard. (prevents `invalid redirect_uri` error after keycloak login).
|
... | | ... | |