forked from Github-Mirrors/canaille
doc: fix SCIM server example URL
This commit is contained in:
parent
6f219b54e8
commit
eeb5472e28
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Then, we recommend the use of :doc:`scim2-cli:index` to interact with the API:
|
|||
:caption: scim2-cli usage example
|
||||
|
||||
$ pip install scim2-cli
|
||||
$ export SCIM_CLI_URL="https://auth.example"
|
||||
$ export SCIM_CLI_URL="https://canaille.example/scim/v2"
|
||||
$ export SCIM_CLI_HEADERS="Authorization: Bearer <MY_CLIENT_TOKEN>"
|
||||
$ scim query user bjensen
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue