Update openid.md (#13568)

Linking the help article may prevent confusion regarding the creation of the necessary rule using auth0.
pull/13603/head
nilsKr3 2022-08-23 15:34:10 +02:00 committed by GitHub
parent ca3d19b05f
commit bdfff9c36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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>