From d1e40d9cf4ea3b7283b99e31512b00f6fb1780b0 Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Sat, 4 Nov 2023 12:39:31 +0000 Subject: [PATCH] Fix PR number --- docs/content/config/advanced/auth-oauth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/advanced/auth-oauth2.md b/docs/content/config/advanced/auth-oauth2.md index 8123d307..a047f2cd 100644 --- a/docs/content/config/advanced/auth-oauth2.md +++ b/docs/content/config/advanced/auth-oauth2.md @@ -4,7 +4,7 @@ title: 'Advanced | Basic OAuth2 Authentication' ## Introduction -**Warning** - This is only a supplement to the existing account provisioners; FILE and LDAP. Accounts must still be created using the `setup` command or added to the LDAP directory respectively. Reasoning for this can be found in #3579. Future iterations on this feature may allow it to be a full account provisioner. +**Warning** - This is only a supplement to the existing account provisioners; FILE and LDAP. Accounts must still be created using the `setup` command or added to the LDAP directory respectively. Reasoning for this can be found in #3480. Future iterations on this feature may allow it to be a full account provisioner. For now, this adds the ability for a 3rd party application such as Roundcube to authenticate with DMS (dovecot) using a token obtained from an OAuth2 provider instead of passing passwords around.