mirror of https://github.com/zulip/zulip.git
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:
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
|
||||
**Enable API integration** checkbox, and specify the following fields:
|
||||
* **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
|
||||
correct by making a SCIM request to the Zulip server.
|
||||
|
|
Loading…
Reference in New Issue