Support authentication with client_secret (#936)

* add dashboard client_secret env

* add NETBIRD_AUTH_CLIENT_SECRET  env test
This commit is contained in:
Bethuel
2023-06-07 17:00:04 +03:00
committed by GitHub
parent ef59001459
commit 2c9583dfe1
6 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT=""
NETBIRD_AUTH_AUDIENCE=""
# e.g. netbird-client
NETBIRD_AUTH_CLIENT_ID=""
NETBIRD_AUTH_CLIENT_SECRET=""
# if you want to use a custom claim for the user ID instead of 'sub', set it here
# NETBIRD_AUTH_USER_ID_CLAIM=""
# indicates whether to use Auth0 or not: true or false