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

funktionierende matrix uffd anbindung aus testserver

parent e6f243e7
No related branches found
No related tags found
No related merge requests found
......@@ -94,17 +94,16 @@ oidc_providers:
discover: true
enable_registration: true
allow_existing_users: true
user_profile_method: "userinfo_endpoint"
issuer: "{{ oidc_global.provider_url }}"
client_id: "matrix" # TO BE FILLED
client_secret: "{{ matrix_oidc_secret }}" # TO BE FILLED
client_id: "matrix"
client_secret: "{{ matrix_oidc_secret }}"
scopes:
- "openid"
- "profile"
- "email"
user_mapping_provider:
config:
subject_claim: "preferred_username"
subject_template: "{% raw %}{{ user.preferred_username }}{% endraw %}"
localpart_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