update the documentation for auth0 to include group/role information (#1502)

Signed-off-by: Jon Carl <jon.carl@auth0.com>
This commit is contained in:
Jon Carl 2020-10-09 13:42:25 -06:00 committed by GitHub
parent 4ed3d84632
commit 83f998c088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 65 additions and 4 deletions

View file

@ -30,6 +30,14 @@ export COOKIE_SECRET="$(head -c32 /dev/urandom | base64)"
# Identity Provider Settings
# Auth0
# export IDP_PROVIDER="auth0"
# export IDP_PROVIDER_URL="https://REPLACEME.us.auth0.com"
# export IDP_CLIENT_ID="REPLACEME" # from the application the users login to
# export IDP_CLIENT_SECRET="REPLACEME" # from the application the users login to
# the following is optional and only needed if you want role (Auth0 calls groups roles) data
# export IDP_SERVICE_ACCOUNT="REPLACEME" # built from the machine-to-machine application which talks to the Auth0 Management API
# Azure
# export IDP_PROVIDER="azure"
# export IDP_PROVIDER_URL="https://login.microsoftonline.com/REPLACEME/v2.0"