SCIM Doc fixes

Coming from the unrelated code changes at #456
This commit is contained in:
Bruno Bernardino 2022-06-07 11:15:47 +01:00
parent 4fa5b96db2
commit 3f57f600ed
No known key found for this signature in database
GPG Key ID: D1B0A69ADD114ECE
2 changed files with 9 additions and 4 deletions

View File

@ -287,7 +287,8 @@
# PL_PROVISIONING_BACKEND=directory
# PL_DIRECTORY_PROVIDERS=scim
# PL_DIRECTORY_SCIM_PORT=[required]
# PL_DIRECTORY_SCIM_URL=http://localhost:5000
# PL_DIRECTORY_SCIM_PORT=5000
# =============================================================================
# SERVER
@ -301,7 +302,7 @@
# PL_SERVER_VERIFY_EMAIL_ON_SIGNUP=true
# PL_SERVER_DEFAULT_AUTH_TYPES=email
# PL_SERVER_DISABLE_SIGNUP=false
# PL_SERVER_SCIM_SERVER_URL=http://localhost:5000
# =============================================================================
# PWA

View File

@ -10,10 +10,14 @@ These are simple instructions to setup SCIM provisioning with Active Directory
step 4.
3. In your Active Directory, create a new Enterprise application (you can name
id "Padloc", for example) and choose Automatic provisioning.
4. Enter the proper `Tenant URL` (you) and `Secret Token` values you got from
step 2.
4. Enter the proper `Tenant URL` and `Secret Token` values you got from step 2.
5. Test the connection, it should pass.
That is it. You can now optionally try "Provision on demand" to manually
provision some user, or simply "Start provisioning" to get it automatically
synchronizing values every X minutes, depending on your setup.
**NOTE:** If you'd like to setup Google Workspaces provisioning instead, there's
a way which doesn't support groups, and requires the first login from the Google
console, if you're self-hosting and don't mind changing your local code. You can
read more about it at https://github.com/padloc/padloc/pull/456