summary refs log tree commit diff
path: root/develop/openid.html
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2022-08-23 13:36:47 +0000
committerrichvdh <richvdh@users.noreply.github.com>2022-08-23 13:36:47 +0000
commit7b1a5de3f719250c5d83a0727f1bf704231e1dbe (patch)
tree7e12653edd3eec8e46fc6cbb1ab3e2245645cc0e /develop/openid.html
parentdeploy: ca3d19b05f668dead0b0c72c93e7cb51de344cc0 (diff)
downloadsynapse-7b1a5de3f719250c5d83a0727f1bf704231e1dbe.tar.xz
deploy: bdfff9c36e8ac625a509fc424695e6b9acf84103
Diffstat (limited to 'develop/openid.html')
-rw-r--r--develop/openid.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/openid.html b/develop/openid.html
index f9a22ede96..6655d82f0d 100644
--- a/develop/openid.html
+++ b/develop/openid.html
@@ -302,7 +302,8 @@ to install Dex.</p>
 <p>Set the Allowed Callback URLs to <code>[synapse public baseurl]/_synapse/client/oidc/callback</code></p>
 </li>
 <li>
-<p>Add a rule to add the <code>preferred_username</code> claim.</p>
+<p>Add a rule with any name to add the <code>preferred_username</code> claim. 
+(See https://auth0.com/docs/customize/rules/create-rules for more information on how to create rules.)</p>
 <details>
  <summary>Code sample</summary>
 <pre><code class="language-js">function addPersistenceAttribute(user, context, callback) {