Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSO redirect options (like Element Web) #1120

Open
menturion opened this issue Jun 27, 2023 · 0 comments
Open

Add SSO redirect options (like Element Web) #1120

menturion opened this issue Jun 27, 2023 · 0 comments

Comments

@menturion
Copy link

Add support for configuring redirection of unauthenticated users to the SSO login page like it is done in Element Web (see https://github.com/vector-im/element-web/blob/develop/docs/config.md):

Options to define how to handle unauthenticated users. If the object contains "immediate": true, then all unauthenticated users will be automatically redirected to the SSO system to start their login. If instead you'd only like to have users which land on the welcome page to be redirected, use "on_welcome_page": true.

{
    "sso_redirect_options": {
        "immediate": true,
        "on_welcome_page": true
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant