2020-08-11 01:47:54 +02:00
|
|
|
# SAML authentication
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
{!admin-only.md!}
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
Zulip supports using SAML authentication for single sign-on, both for Zulip
|
|
|
|
Cloud and self-hosted Zulip servers.
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
This page describes how to configure SAML authentication with several common providers:
|
2021-07-14 13:27:44 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
* Okta
|
|
|
|
* OneLogin
|
|
|
|
* AzureAD
|
|
|
|
* Keycloak
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
Other SAML providers are supported as well.
|
|
|
|
|
|
|
|
If you are [self-hosting](/self-hosting/) Zulip, please follow the detailed setup instructions in
|
|
|
|
the [SAML configuration for self-hosting][saml-readthedocs]. The documentation
|
|
|
|
on this page may be a useful reference for how to set up specific SAML
|
|
|
|
providers.
|
|
|
|
|
|
|
|
!!! warn ""
|
|
|
|
Zulip Cloud customers who wish to use SAML authentication must upgrade to
|
|
|
|
the Zulip Cloud Plus plan. Contact
|
|
|
|
[support@zulip.com](mailto:support@zulip.com) for plan benefits and pricing.
|
|
|
|
|
|
|
|
## Configure SAML
|
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
|
|
|
{tab|okta}
|
|
|
|
|
|
|
|
{!upgrade-to-plus-if-needed.md!}
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2020-04-30 15:15:38 +02:00
|
|
|
1. Set up SAML authentication by following
|
|
|
|
[Okta's documentation](https://developer.okta.com/docs/guides/saml-application-setup/overview/).
|
2022-08-08 19:25:38 +02:00
|
|
|
Specify the following fields, skipping **Default RelayState** and **Name ID format**:
|
|
|
|
* **Single sign on URL**: `https://auth.zulipchat.com/complete/saml/`
|
|
|
|
* **Audience URI (SP Entity ID)**: `https://zulipchat.com`
|
|
|
|
* **Application username format**: `Email`
|
|
|
|
* **Attribute statements**:
|
|
|
|
* `email` to `user.email`
|
|
|
|
* `first_name` to `user.firstName`
|
|
|
|
* `last_name` to `user.lastName`
|
|
|
|
|
|
|
|
1. Assign the appropriate accounts in the **Assignments** tab. These are the users
|
2020-04-30 15:15:38 +02:00
|
|
|
that will be able to log in to your Zulip organization.
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. {!send-us-info.md!}
|
|
|
|
|
|
|
|
1. Your organization's URL
|
|
|
|
1. The **Identity Provider metadata** provided by Okta for the application
|
|
|
|
{!saml-login-button.md!}
|
|
|
|
|
|
|
|
{tab|onelogin}
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
{!upgrade-to-plus-if-needed.md!}
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. Navigate to the OneLogin **Applications** page, and click **Add App**.
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. Search for the **SAML Custom Connector (Advanced)** app and select it.
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. Set a name and logo and click **Save**. This doesn't affect anything in Zulip,
|
|
|
|
but will be shown on your OneLogin **Applications** page.
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. In the **Configuration** section, specify the following fields. Leave the
|
|
|
|
remaining fields as they are, including blank fields.
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
* **Audience**: `https://zulipchat.com`
|
|
|
|
* **Recipient**: `https://auth.zulipchat.com/complete/saml/`
|
|
|
|
* **ACS URL**: `https://auth.zulipchat.com/complete/saml/`
|
|
|
|
* **ACS URL Validator**: `https://auth.zulipchat.com/complete/saml/`
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. In the **Parameters** section, add the following custom parameters. Set the
|
|
|
|
**Include in SAML assertion** flag on each parameter.
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
| Field name | Value
|
|
|
|
|--- |---
|
|
|
|
| email | Email
|
|
|
|
| first_name | First Name
|
|
|
|
| last_name | Last Name
|
|
|
|
| username | Email
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. {!send-us-info.md!}
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. Your organization's URL
|
|
|
|
2. The **issuer URL** from the **SSO** section. It contains required **Identity Provider** metadata.
|
|
|
|
{!saml-login-button.md!}
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
{tab|azuread}
|
2021-08-20 19:52:01 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
{!upgrade-to-plus-if-needed.md!}
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. From your AzureAD Dashboard, navigate to **Enterprise applications**,
|
|
|
|
click **New application**, followed by **Create your own application**.
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. Enter a name (e.g., `Zulip Cloud`) for the new AzureAD application,
|
|
|
|
choose **Integrate any other application you don't find in the
|
|
|
|
gallery (Non-gallery)**, and click **Create**.
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. From your new AzureAD application's **Overview** page that opens, go to
|
|
|
|
**Single sign-on**, and select **SAML**.
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. In the **Basic SAML Configuration** section, specify the following fields:
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
* **Identifier (Entity ID)**: `https://zulipchat.com`
|
|
|
|
* **Default**: *checked* (This is required for enabling IdP-initiated sign on.)
|
|
|
|
* **Reply URL (Assertion Consumer Service URL)**: `https://auth.zulipchat.com/complete/saml/`
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. If you want to set up IdP-initiated sign on, in the **Basic SAML
|
|
|
|
Configuration** section, also specify:
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
* **RelayState**: `{"subdomain": "<your organization's zulipchat.com subdomain>"}`
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. Check the **User Attributes & Claims** configuration, which should already be
|
|
|
|
set to the following. If the configuration is different, please
|
|
|
|
indicate this when contacting [support@zulip.com](mailto:support@zulip.com)
|
|
|
|
(see next step).
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
* **givenname**: `user.givenname`
|
|
|
|
* **surname**: `user.surname`
|
|
|
|
* **emailaddress**: `user.mail`
|
|
|
|
* **name**: `user.principalname`
|
|
|
|
* **Unique User Identifier**: `user.principalname`
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. {!send-us-info.md!}
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. Your organization's URL
|
|
|
|
1. From the **SAML Signing Certificate** section:
|
2022-09-11 22:07:51 +02:00
|
|
|
* **App Federation Metadata Url**
|
|
|
|
* Certificate downloaded from **Certificate (Base64)**
|
2022-08-08 19:25:38 +02:00
|
|
|
1. From the **Set up** section
|
|
|
|
* **Login URL**
|
|
|
|
* **Azure AD Identifier**
|
|
|
|
{!saml-login-button.md!}
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
{tab|keycloak}
|
2021-07-14 13:27:44 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
{!upgrade-to-plus-if-needed.md!}
|
2021-11-23 16:40:37 +01:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
1. Make sure your Keycloak server is up and running.
|
2021-11-23 16:40:37 +01:00
|
|
|
|
2021-07-14 13:27:44 +02:00
|
|
|
1. In Keycloak, register a new Client for your Zulip organization:
|
2022-08-08 19:25:38 +02:00
|
|
|
* **Client-ID**: `https://zulipchat.com`
|
|
|
|
* **Client Protocol**: `saml`
|
|
|
|
* **Client SAML Endpoint**: *(empty)*
|
|
|
|
|
|
|
|
1. In the **Settings** tab for your new Keycloak client, set the following properties:
|
|
|
|
* **Valid Redirect URIs**: `https://auth.zulipchat.com/*`
|
|
|
|
* **Base URL**: `https://auth.zulipchat.com/complete/saml/`
|
|
|
|
* **Client Signature Required**: `Disable`
|
|
|
|
|
|
|
|
1. In the **Mappers** tab for your new Keycloak client:
|
|
|
|
* Create a Mapper for the first name:
|
|
|
|
* **Property**: `firstName`
|
|
|
|
* **Friendly Name**: `first_name`
|
|
|
|
* **SAML Attribute Name**: `first_name`
|
|
|
|
* **SAML Attribute Name Format**: `Basic`
|
|
|
|
* Create a Mapper for the last name:
|
|
|
|
* **Property**: `lastName`
|
|
|
|
* **Friendly Name**: `last_name`
|
|
|
|
* **SAML Attribute Name**: `last_name`
|
|
|
|
* **SAML Attribute Name Format**: `Basic`
|
|
|
|
* Create a Mapper for the email address:
|
|
|
|
* **Property**: `email`
|
|
|
|
* **Friendly Name**: `email`
|
|
|
|
* **SAML Attribute Name**: `email`
|
|
|
|
* **SAML Attribute Name Format**: `Basic`
|
|
|
|
|
|
|
|
1. {!send-us-info.md!}
|
|
|
|
|
|
|
|
1. Your organization's URL
|
|
|
|
2. The URL of your Keycloak realm.
|
|
|
|
{!saml-login-button.md!}
|
|
|
|
|
|
|
|
!!! tip ""
|
|
|
|
|
|
|
|
Your Keycloak realm URL will look something like this: `https://keycloak.example.com/auth/realms/yourrealm`.
|
|
|
|
|
|
|
|
{end_tabs}
|
|
|
|
|
|
|
|
!!! tip ""
|
2021-07-14 13:27:44 +02:00
|
|
|
|
2022-08-08 19:25:38 +02:00
|
|
|
Once SAML has been configured, consider also [configuring SCIM](/help/scim).
|
2021-09-08 19:38:37 +02:00
|
|
|
|
2020-08-11 01:47:54 +02:00
|
|
|
## Related articles
|
2020-04-30 15:15:38 +02:00
|
|
|
|
2021-10-23 15:18:32 +02:00
|
|
|
* [SAML configuration for self-hosting][saml-readthedocs]
|
|
|
|
* [SCIM provisioning](/help/scim)
|
2022-08-08 19:25:38 +02:00
|
|
|
* [Getting your organization started with Zulip](/help/getting-your-organization-started-with-zulip)
|
2020-04-30 15:15:38 +02:00
|
|
|
|
|
|
|
[saml-readthedocs]: https://zulip.readthedocs.io/en/stable/production/authentication-methods.html#saml
|