Skip to content

Commit

Permalink
oauth2 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Feb 2, 2025
1 parent f3a7641 commit 6f68a64
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,10 @@ Available backends:
: Use a Dovecot server to authenticate users.

`imap`
: Use a IMAP server to authenticate users.
: Use an IMAP server to authenticate users.

`oauth2`
: Use an OAuth2 server to authenticate users.

Default: `none`

Expand Down Expand Up @@ -1019,6 +1022,12 @@ Secure the IMAP connection: tls | starttls | none

Default: `tls`

##### oauth2_token_endpoint

OAuth2 token endpoint URL

Default:

##### lc_username

Сonvert username to lowercase, must be true for case-insensitive auth
Expand Down

0 comments on commit 6f68a64

Please sign in to comment.