From de388b1c89562fcae907a736507083ffcd8bac0f Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:09:21 +0100 Subject: [PATCH] Apply suggestions from code review --- docs/content/config/environment.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/config/environment.md b/docs/content/config/environment.md index 4216c7fb..f978ef36 100644 --- a/docs/content/config/environment.md +++ b/docs/content/config/environment.md @@ -614,18 +614,19 @@ Enable or disable `getmail`. - 1 => OAUTH2 authentication is enabled ##### OAUTH2_CLIENT_ID + - **empty** => verySecretId - => Specify the OAuth2 client ID ##### OAUTH2_CLIENT_SECRET + - **empty** => verySecretSecret - => Specify the OAuth2 client secret ##### OAUTH2_INTROSPECTION_URL + - **empty** => https://oauth2.example.com/userinfo/ - => Specify the user info endpoint URL of the oauth2 provider. The trailing slash is MANDATORY (at least for Authentik) - - #### LDAP ##### LDAP_START_TLS