diff options
author | richvdh <richvdh@users.noreply.github.com> | 2022-08-23 13:36:47 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2022-08-23 13:36:47 +0000 |
commit | 7b1a5de3f719250c5d83a0727f1bf704231e1dbe (patch) | |
tree | 7e12653edd3eec8e46fc6cbb1ab3e2245645cc0e /develop/print.html | |
parent | deploy: ca3d19b05f668dead0b0c72c93e7cb51de344cc0 (diff) | |
download | synapse-7b1a5de3f719250c5d83a0727f1bf704231e1dbe.tar.xz |
deploy: bdfff9c36e8ac625a509fc424695e6b9acf84103
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 3 |
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) { |