From 08e6e6be6119f0d1adba7589b127a998d3823993 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Fri, 25 Mar 2022 12:40:46 +0000 Subject: deploy: 61aae18d4533d8196fdc9130598331833f3d9c2a --- develop/openid.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'develop/openid.html') 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.

  • Create an application for synapse in Authentik and link it to the provider.
  • Note the slug of your application, Client ID and Client Secret.
  • +

    Note: RSA keys must be used for signing for Authentik, ECC keys do not work.

    Synapse config:

    oidc_providers:
       - idp_id: authentik
    @@ -402,7 +403,7 @@ to install Dex.

    - "email" user_mapping_provider: config: - localpart_template: "{{ user.preferred_username }}}" + localpart_template: "{{ user.preferred_username }}" display_name_template: "{{ user.preferred_username|capitalize }}" # TO BE FILLED: If your users have names in Authentik and you want those in Synapse, this should be replaced with user.name|capitalize.

    LemonLDAP

    -- cgit 1.5.1