mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
document setting oidc client secret cia env (#1649)
This commit is contained in:
parent
3f2b238a46
commit
c4beb0b8af
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ oidc:
|
||||||
# It resolves environment variables, making integration to systemd's
|
# It resolves environment variables, making integration to systemd's
|
||||||
# `LoadCredential` straightforward:
|
# `LoadCredential` straightforward:
|
||||||
#client_secret_path: "${CREDENTIALS_DIRECTORY}/oidc_client_secret"
|
#client_secret_path: "${CREDENTIALS_DIRECTORY}/oidc_client_secret"
|
||||||
|
# as third option, it's also possible to load the oidc secret from environment variables
|
||||||
|
# set HEADSCALE_OIDC_CLIENT_SECRET to the required value
|
||||||
|
|
||||||
# Customize the scopes used in the OIDC flow, defaults to "openid", "profile" and "email" and add custom query
|
# Customize the scopes used in the OIDC flow, defaults to "openid", "profile" and "email" and add custom query
|
||||||
# parameters to the Authorize Endpoint request. Scopes default to "openid", "profile" and "email".
|
# parameters to the Authorize Endpoint request. Scopes default to "openid", "profile" and "email".
|
||||||
|
|
Loading…
Reference in a new issue