mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
help: Tweak syntax in the instruction about API token in Okta doc.
The administrator fills out the API token field as e.g. Bearer secret123 So let's write that as Bearer <token> to make it clear which part of that expression is to be replaced.
This commit is contained in:
committed by
Tim Abbott
parent
eed98edb9d
commit
c31edca9cf
@@ -52,7 +52,7 @@ Zulip's SCIM integration has the following limitations:
|
|||||||
1. In the **Provisioning** tab, click **Configure API Integration**, check the
|
1. In the **Provisioning** tab, click **Configure API Integration**, check the
|
||||||
**Enable API integration** checkbox, and specify the following fields:
|
**Enable API integration** checkbox, and specify the following fields:
|
||||||
* **Base URL**: `yourorganization.zulipchat.com/scim/v2`
|
* **Base URL**: `yourorganization.zulipchat.com/scim/v2`
|
||||||
* **API token**: `Bearer token` (given to you by Zulip support)
|
* **API token**: `Bearer <token>` (given to you by Zulip support)
|
||||||
|
|
||||||
When you proceed to the next step, Okta will verify that these details are
|
When you proceed to the next step, Okta will verify that these details are
|
||||||
correct by making a SCIM request to the Zulip server.
|
correct by making a SCIM request to the Zulip server.
|
||||||
|
|||||||
Reference in New Issue
Block a user