From c4beb0b8afd97db0ee04f01bbd67ce5499f8b998 Mon Sep 17 00:00:00 2001 From: foosinn Date: Mon, 12 Feb 2024 09:20:31 +0100 Subject: [PATCH] document setting oidc client secret cia env (#1649) --- docs/oidc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/oidc.md b/docs/oidc.md index 189d7cd7..c8746bbc 100644 --- a/docs/oidc.md +++ b/docs/oidc.md @@ -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".