Skip to content
Snippets Groups Projects
Unverified Commit bce0c91d authored by Christopher Rücker's avatar Christopher Rücker Committed by GitHub
Browse files

Keycloak mapping_provider example (#9037) (#9057)


This PR adds the missing user_mapping_provider section in oidc.md

Signed-off-by: default avatarChristopher Rücker <chris-ruecker@protonmail.com>
parent a03d71dc
No related merge requests found
Add missing user_mapping_provider configuration to the Keycloak OIDC example. Contributed by @chris-ruecker.
......@@ -158,6 +158,10 @@ oidc_config:
client_id: "synapse"
client_secret: "copy secret generated from above"
scopes: ["openid", "profile"]
user_mapping_provider:
config:
localpart_template: "{{ user.preferred_username }}"
display_name_template: "{{ user.name }}"
```
### [Auth0][auth0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment