Apply suggestions from code review

This commit is contained in:
Georg Lauterbach 2024-01-02 01:09:21 +01:00 committed by GitHub
parent b1cebc836a
commit de388b1c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -614,18 +614,19 @@ Enable or disable `getmail`.
- 1 => OAUTH2 authentication is enabled - 1 => OAUTH2 authentication is enabled
##### OAUTH2_CLIENT_ID ##### OAUTH2_CLIENT_ID
- **empty** => verySecretId - **empty** => verySecretId
- => Specify the OAuth2 client ID - => Specify the OAuth2 client ID
##### OAUTH2_CLIENT_SECRET ##### OAUTH2_CLIENT_SECRET
- **empty** => verySecretSecret - **empty** => verySecretSecret
- => Specify the OAuth2 client secret - => Specify the OAuth2 client secret
##### OAUTH2_INTROSPECTION_URL ##### OAUTH2_INTROSPECTION_URL
- **empty** => https://oauth2.example.com/userinfo/ - **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) - => Specify the user info endpoint URL of the oauth2 provider. The trailing slash is MANDATORY (at least for Authentik)
#### LDAP #### LDAP
##### LDAP_START_TLS ##### LDAP_START_TLS