Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 61aae18

Browse files
authored
Authentik OpenID minor doc update (#12275)
1 parent 5859e2f commit 61aae18

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.d/12275.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Corrected Authentik OpenID typo, added helpful note for troubleshooting. Contributed by @IronTooch.

docs/openid.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ oidc_providers:
225225
3. Create an application for synapse in Authentik and link it to the provider.
226226
4. Note the slug of your application, Client ID and Client Secret.
227227

228+
Note: RSA keys must be used for signing for Authentik, ECC keys do not work.
229+
228230
Synapse config:
229231
```yaml
230232
oidc_providers:
@@ -240,7 +242,7 @@ oidc_providers:
240242
- "email"
241243
user_mapping_provider:
242244
config:
243-
localpart_template: "{{ user.preferred_username }}}"
245+
localpart_template: "{{ user.preferred_username }}"
244246
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.
245247
```
246248

0 commit comments

Comments
 (0)