Skip to content

Commit 6a6becb

Browse files
authored
Merge pull request sameersbn#2843 from massej/patch-3
Fix tipo.
2 parents 52e1461 + 755a9ac commit 6a6becb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/keycloak-idp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Set the following in the docker-compose file:
4242
The following must also be configured:
4343

4444
```yaml
45-
- OAUTH2_GENERIC_USER_UID='preffered_usename'
45+
- OAUTH2_GENERIC_USER_UID='preferred_username'
4646
- OAUTH2_GENERIC_USER_NAME='name'
4747
- OAUTH2_GENERIC_USER_EMAIL='email'
4848
```

0 commit comments

Comments
 (0)