docs: Update SCIM doc to not mention add_scim_client.

add_scim_client was removed in 55342efd33.
This commit is contained in:
Mateusz Mandera 2023-07-05 11:08:11 +02:00 committed by Tim Abbott
parent d44f7da1e1
commit 8c530f30e3
1 changed files with 0 additions and 17 deletions

View File

@ -18,23 +18,6 @@ The Zulip server-side configuration is straightforward:
1. Pick a client name for your SCIM client. This name is internal to
your Zulip configuration, so the name of your IdP provider is a
good choice. We'll use `okta` in the examples below.
1. First a SCIM client entry needs to be added to the database. Run
`manage.py add_scim_client <client name> -r <subdomain>`. For
example, if your organization is hosted on a subdomain
(`subdomain.zulip.example.com`):
```bash
/home/zulip/deployments/current/manage.py add_scim_client okta -r 'subdomain'
```
Or your organization is hosted on the root domain (`zulip.example.com`):
```bash
/home/zulip/deployments/current/manage.py add_scim_client okta -r ""
```
See the [management command documentation](./management-commands.md)
for details on how to run management commands.
1. Configure the Zulip server by adding a `SCIM_CONFIG` block to your
`/etc/zulip/settings.py`: