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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue