summary refs log tree commit diff
path: root/develop/print.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/print.html
parentdeploy: ca3d19b05f668dead0b0c72c93e7cb51de344cc0 (diff)
downloadsynapse-7b1a5de3f719250c5d83a0727f1bf704231e1dbe.tar.xz
deploy: bdfff9c36e8ac625a509fc424695e6b9acf84103
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html
index 91c24cd497..2a090a24dd 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -7003,7 +7003,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) {