From 413ae1ecf69068ce9006f0b9b73418571cdae76c Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Wed, 15 Nov 2023 21:40:39 +0000 Subject: [PATCH] Link for PR in docs --- 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 a047f2cd..fe09e81a 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 #3480. 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](https://github.com/docker-mailserver/docker-mailserver/pull/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.