Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update openid.md (#13568)
Browse files Browse the repository at this point in the history
Linking the help article may prevent confusion regarding the creation of the necessary rule using auth0.
  • Loading branch information
nilsKr3 authored Aug 23, 2022
1 parent ca3d19b commit bdfff9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit bdfff9c

Please sign in to comment.