-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
matrix-org/matrix-react-sdk
#10720Labels
A-SSOHelp WantedExtra attention is neededExtra attention is neededP2S-TolerableLow/no impact on usersLow/no impact on usersT-Defect
Description
On my instance of Element the #/start_sso
endpoint doesn't to work. When I visit https://chat.example.com/#/start_sso I just get redirected back to https://chat.example.com/#/welcome, but when I click "Sign In" => "Sign in with single sign-on" then I am correctly redirected to my SSO provider.
To make it work guest access has to enabled, i.e. I need to have
"disable_guests": false
in Element's config.json
and also
allow_guest_access: true
in Synapse's homeserver.yaml
.
However, this is a private instance of Synapse and I don't want to allow guest access. Is there a way around?
Related: #16434
Metadata
Metadata
Assignees
Labels
A-SSOHelp WantedExtra attention is neededExtra attention is neededP2S-TolerableLow/no impact on usersLow/no impact on usersT-Defect