debug oauth

This commit is contained in:
Sebastian Hugentobler 2021-08-23 16:18:00 +02:00
parent 287a6e6043
commit 423f22ebf9
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,12 +2,14 @@ passdb {
driver = oauth2 driver = oauth2
mechanisms = oauthbearer xoauth2 mechanisms = oauthbearer xoauth2
args = /etc/dovecot/dovecot-oauth2.token.conf.ext args = /etc/dovecot/dovecot-oauth2.token.conf.ext
skip = never
} }
passdb { passdb {
driver = oauth2 driver = oauth2
mechanisms = plain login mechanisms = plain login
args = /etc/dovecot/dovecot-oauth2.plain.conf.ext args = /etc/dovecot/dovecot-oauth2.plain.conf.ext
skip = never
} }
userdb { userdb {