forked from Github-Mirrors/canaille
doc: fix SCIM server example URL
This commit is contained in:
parent
3a2c1b1472
commit
8386aad532
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
|
:caption: scim2-cli usage example
|
||||||
|
|
||||||
$ pip install scim2-cli
|
$ 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>"
|
$ export SCIM_CLI_HEADERS="Authorization: Bearer <MY_CLIENT_TOKEN>"
|
||||||
$ scim query user bjensen
|
$ scim query user bjensen
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue