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:
Mateusz Mandera 2024-05-01 17:57:50 +02:00 committed by Tim Abbott
parent eed98edb9d
commit c31edca9cf
1 changed files with 1 additions and 1 deletions

View File

@ -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.