Skip to content

Commit d718d93

Browse files
committed
Update keycloak-idp.md
Added more on the values needed.
1 parent 3eaf167 commit d718d93

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/keycloak-idp.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@ Set the following in the docker-compose file:
4343
The following must also be configured:
4444

4545
```yaml
46-
- OAUTH2_GENERIC_USER_UID='username'
47-
- OAUTH2_GENERIC_USER_NAME='full name'
46+
- OAUTH2_GENERIC_USER_UID='preffered_usename'
47+
- OAUTH2_GENERIC_USER_NAME='name'
4848
- OAUTH2_GENERIC_USER_EMAIL='email'
4949
```
5050

51-
The values set may be different for your deployment.
51+
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.
52+
5253

5354
Also, make sure the following variables are filled in the docker-compose file:
5455

0 commit comments

Comments
 (0)