add env vars for idp_id, allow_existing_users
Migrating from an idp old homeserver.yaml config could require to set the idp_id to 'oidc' see this issue for reference: https://github.com/matrix-org/synapse/issues/9514#issuecomment-788805476
This commit is contained in:
@ -14,7 +14,9 @@ services:
|
||||
- KEYCLOAK_CLIENT_ID
|
||||
- KEYCLOAK_ENABLED
|
||||
- KEYCLOAK_NAME
|
||||
- KEYCLOAK_ID
|
||||
- KEYCLOAK_URL
|
||||
- KEYCLOAK_ALLOW_EXISTING_USERS
|
||||
|
||||
secrets:
|
||||
keycloak_client_secret:
|
||||
|
||||
Reference in New Issue
Block a user