Hi,
I've been going back and forth through synapse docs and issues and corporal.
I want to use matrix-corporal but disable password-login auth flow. I'm using only Keycloak as an auth-provider and have non-technical users, so I'd like them not to have the option of typing in a username-password, because they have to log in via SSO-button.
However, to deactivate the username-password-flow I have to deactivate password-login in synapse altogether. This makes it impossible for matrix-corporal to get the access-tokens and manage the users.
Is there any way to solve this?
I wondered if I could:
- leave on the username-password-flow but automatically pass them on to keycloak in the background (is that possible?)
- get the access token with matrix-corporal in some other way
Hi,
I've been going back and forth through synapse docs and issues and corporal.
I want to use
matrix-corporalbut disable password-login auth flow. I'm using only Keycloak as an auth-provider and have non-technical users, so I'd like them not to have the option of typing in a username-password, because they have to log in via SSO-button.However, to deactivate the username-password-flow I have to deactivate password-login in synapse altogether. This makes it impossible for matrix-corporal to get the access-tokens and manage the users.
Is there any way to solve this?
I wondered if I could: