Skip to content

Commit

Permalink
document setting oidc client secret cia env (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn authored Feb 12, 2024
1 parent 3f2b238 commit c4beb0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ oidc:
# It resolves environment variables, making integration to systemd's
# `LoadCredential` straightforward:
#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
# parameters to the Authorize Endpoint request. Scopes default to "openid", "profile" and "email".
Expand Down

0 comments on commit c4beb0b

Please sign in to comment.