Skip to content

start_sso doesn't work without guest access #16624

@hmenke

Description

@hmenke

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions