From 397810667237cf0c2e9e61d2dbb337f575f23b20 Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Tue, 5 Aug 2025 08:07:29 +0000 Subject: [PATCH] help: Use Zulip Cloud and self-hosting URLs instead of display_host. We are porting the current help center docs to the new help center. Porting the display_host variable to the new help center is a tricky task and it is not worth to put in the effort for that just for 3 uses of that variable. --- help/scim.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/help/scim.md b/help/scim.md index 861c2f7ff7..53f79093da 100644 --- a/help/scim.md +++ b/help/scim.md @@ -50,7 +50,8 @@ Zulip's SCIM integration has the following limitations: 1. In the **Provisioning** tab, click **Configure API Integration**, check the **Enable API integration** checkbox, and specify the following fields: - * **Base URL**: `{{ display_host }}/scim/v2` + * **Base URL for Zulip Cloud**: `https://example.zulipchat.com/scim/v2` + * **Base URL for self-hosting**: `https://zulip.example.com/scim/v2` * **API token**: `Bearer ` (given to you by Zulip support) When you proceed to the next step, Okta will verify that these details are @@ -109,7 +110,8 @@ Zulip's SCIM integration has the following limitations: 1. Continue to the app's management screen and click **Provisioning** in the left panel. 1. In the **Provisioning Mode** menu, select **Automatic** and specify the following fields: - * **Tenant URL**: `{{ display_host }}/scim/v2/?aadOptscim062020`. + * **Tenant URL for Zulip Cloud**: `https://example.zulipchat.com/scim/v2/?aadOptscim062020`. + * **Tenant URL for self-hosting**: `https://zulip.example.com/scim/v2/?aadOptscim062020`. The `?aadOptscim062020` part of it is a [feature flag][feature-flag] that needs to be added to ensure SCIM compliance by Entra ID. * **Secret Token**: `` (given to you by Zulip support)