Skip to content

Commit

Permalink
docs: Update SCIM doc to not mention add_scim_client.
Browse files Browse the repository at this point in the history
add_scim_client was removed in 55342ef.
  • Loading branch information
mateuszmandera authored and timabbott committed Jul 5, 2023
1 parent d44f7da commit 8c530f3
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/production/scim.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 8c530f3

Please sign in to comment.