Skip to content
Snippets Groups Projects
Commit edc1a5da authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

oidc dokumentation

parent c98b0658
No related branches found
No related tags found
No related merge requests found
the rest-auth_provider is from https://githubcom/ma1uta/matrix-synapse-rest-password-provider/
Funktionierende oidc-Konfiguration mit authentik
- https://www.youtube.com/watch?v=MwOh4NvPdtQ
- https://github.com/matrix-org/tutorial-oidc-playground
......@@ -105,7 +105,7 @@ oidc_providers:
config:
subject_claim: "preferred_username"
localpart_template: "{% raw %}{{ user.preferred_username }}{% endraw %}"
display_name_template: "{% raw %}{{ user.preferred_username }}{% endraw %}"
display_name_template: "{% raw %}{{ user.name }}{% endraw %}"
email_template: "{% raw %}{{ user.email }}{% endraw %}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment