mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 20:03:18 +02:00
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:
parent
4ed3d84632
commit
83f998c088
9 changed files with 65 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue