Support multiple OpenID Connect logins #24

Closed
opened 2022-03-07 18:46:39 +00:00 by decentral1se · 1 comment
Owner
Supported via https://github.com/matrix-org/synapse/pull/9110.
Author
Owner

Not great but it works really nicely. Two SSO login buttons corresponding to different realms on the keycloak on the same matrix server. This will greatly help separate user groups which can promote self-management / electing admins from user groups.

KEYCLOAK2_NAME="foo"
KEYCLOAK2_URL="https://login.foo.com/auth/realms/bar"
KEYCLOAK2_CLIENT_ID=myclientid
SECRET_KEYCLOAK2_CLIENT_SECRET_VERSION=v1
Not great but it works really nicely. Two SSO login buttons corresponding to different realms on the keycloak on the same matrix server. This will greatly help separate user groups which can promote self-management / electing admins from user groups. ``` KEYCLOAK2_NAME="foo" KEYCLOAK2_URL="https://login.foo.com/auth/realms/bar" KEYCLOAK2_CLIENT_ID=myclientid SECRET_KEYCLOAK2_CLIENT_SECRET_VERSION=v1 ```
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/matrix-synapse#24
No description provided.