Apply suggestions from code review
This commit is contained in:
parent
b1cebc836a
commit
de388b1c89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue