mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
These files are not Jinja2 templates, so there's no reason that they needed to be inside `templates/zerver`. Moving them to the top level reflects their importance and also makes it feel nicer to work on editing the help center content, without it being unnecessary buried deep in the codebase.
1.1 KiB
1.1 KiB
Configure authentication methods
{!owner-only.md!}
By default, Zulip allows logging in via email/password as well as various social authentication providers like Google, GitHub, GitLab, and Apple. You can restrict users to logging in via only a subset of these methods.
LDAP and various custom SSO login methods are currently restricted to self-hosted Zulip organizations only. SAML authentication is supported by Zulip Cloud but requires contacting support@zulip.com to configure it.
Note: If you are running your own server, read this first. Server configuration is needed for several of the authentication methods listed above.
Configure authentication methods
{start_tabs}
{settings_tab|auth-methods}
- Toggle the checkboxes next to the available login options.
{!save-changes.md!}
{end_tabs}
Related articles
- Configuring authentication methods for server administrators (self-hosted only)