summary refs log tree commit diff
path: root/docs/openid.md
diff options
context:
space:
mode:
authornilsKr3 <75118031+nilsKr3@users.noreply.github.com>2022-08-23 15:34:10 +0200
committerGitHub <noreply@github.com>2022-08-23 14:34:10 +0100
commitbdfff9c36e8ac625a509fc424695e6b9acf84103 (patch)
tree1c5459ede9ca7f6f0fad5fae8313e5ff32e3dbdf /docs/openid.md
parentMerge tag 'v1.66.0rc1' into develop (diff)
downloadsynapse-bdfff9c36e8ac625a509fc424695e6b9acf84103.tar.xz
Update openid.md (#13568)
Linking the help article may prevent confusion regarding the creation of the necessary rule using auth0.
Diffstat (limited to 'docs/openid.md')
-rw-r--r--docs/openid.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/openid.md b/docs/openid.md

index d0ccf36f71..ce9b026228 100644 --- a/docs/openid.md +++ b/docs/openid.md
@@ -174,7 +174,9 @@ oidc_providers: 1. Create a regular web application for Synapse 2. Set the Allowed Callback URLs to `[synapse public baseurl]/_synapse/client/oidc/callback` -3. Add a rule to add the `preferred_username` claim. +3. Add a rule with any name to add the `preferred_username` claim. +(See https://auth0.com/docs/customize/rules/create-rules for more information on how to create rules.) + <details> <summary>Code sample</summary>