summary refs log tree commit diff
path: root/develop/openid.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2022-03-25 12:40:46 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2022-03-25 12:40:46 +0000
commit08e6e6be6119f0d1adba7589b127a998d3823993 (patch)
tree458ff129e5e69ae9cc0e5dd1106ced09f6a1ab4e /develop/openid.html
parentdeploy: 5859e2fe0cd23228192de7c40b8b1c760efa77d2 (diff)
downloadsynapse-08e6e6be6119f0d1adba7589b127a998d3823993.tar.xz
deploy: 61aae18d4533d8196fdc9130598331833f3d9c2a
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 c073c2a44a..e9e7c77c34 100644
--- a/develop/openid.html
+++ b/develop/openid.html
@@ -388,6 +388,7 @@ to install Dex.</p>
 <li>Create an application for synapse in Authentik and link it to the provider.</li>
 <li>Note the slug of your application, Client ID and Client Secret.</li>
 </ol>
+<p>Note: RSA keys must be used for signing for Authentik, ECC keys do not work.</p>
 <p>Synapse config:</p>
 <pre><code class="language-yaml">oidc_providers:
   - idp_id: authentik
@@ -402,7 +403,7 @@ to install Dex.</p>
       - &quot;email&quot;
     user_mapping_provider:
       config:
-        localpart_template: &quot;{{ user.preferred_username }}}&quot;
+        localpart_template: &quot;{{ user.preferred_username }}&quot;
         display_name_template: &quot;{{ user.preferred_username|capitalize }}&quot; # TO BE FILLED: If your users have names in Authentik and you want those in Synapse, this should be replaced with user.name|capitalize.
 </code></pre>
 <h3 id="lemonldap"><a class="header" href="#lemonldap">LemonLDAP</a></h3>