Skip to content
Snippets Groups Projects
Unverified Commit bdfff9c3 authored by nilsKr3's avatar nilsKr3 Committed by GitHub
Browse files

Update openid.md (#13568)

Linking the help article may prevent confusion regarding the creation of the necessary rule using auth0.
parent ca3d19b0
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,9 @@ oidc_providers: ...@@ -174,7 +174,9 @@ oidc_providers:
1. Create a regular web application for Synapse 1. Create a regular web application for Synapse
2. Set the Allowed Callback URLs to `[synapse public baseurl]/_synapse/client/oidc/callback` 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> <details>
<summary>Code sample</summary> <summary>Code sample</summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment