1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-27 00:32:11 +02:00

keycloak: Enable add_to_id_token for matrix role mapper

Synapse only inspects the userinfo.
This commit is contained in:
Jan Alexander Steffens (heftig) 2021-04-15 15:02:53 +02:00
parent bfa9585dcd
commit 745795594f
No known key found for this signature in database
GPG Key ID: 3B94A80E50A477C7

View File

@ -846,6 +846,6 @@ resource "keycloak_openid_user_realm_role_protocol_mapper" "matrix_user_realm_ro
claim_name = "roles"
multivalued = true
add_to_id_token = false
add_to_id_token = true
add_to_access_token = false
}