Skip to content

Commit c76d373

Browse files
author
Sameer Naik
authored
removed extra newlines
1 parent d718d93 commit c76d373

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/keycloak-idp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Next, click save, get the client secret generated by Keycloak and start filling
2828

2929
Set the following in the docker-compose file:
3030

31-
3231
```yaml
3332
- OAUTH2_GENERIC_APP_SECRET=<your-client-secret>
3433
- OAUTH2_GENERIC_CLIENT_SITE=http://<your-ip-address>:10081
@@ -50,7 +49,6 @@ The following must also be configured:
5049

5150
The values will be different for your deployment. Navigate Keycloak's UI, select `Clients`, click `[your client]`, then open the `Client Scopes` tab, then open `Evaluate` sub-tab, enter a username you know in the `User` field, select the match, then `Generate Access Token` to see the values you need to configure.
5251

53-
5452
Also, make sure the following variables are filled in the docker-compose file:
5553

5654
```yaml

0 commit comments

Comments
 (0)