From dc5a05dba34f51cff32be0ab4f37529e2b796614 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 22 Aug 2021 22:47:37 +0200 Subject: [PATCH] set default introspection mode to post --- rootfs/etc/confd/templates/dovecot-oauth2.conf.ext.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/etc/confd/templates/dovecot-oauth2.conf.ext.tmpl b/rootfs/etc/confd/templates/dovecot-oauth2.conf.ext.tmpl index c3fa543..e20b014 100644 --- a/rootfs/etc/confd/templates/dovecot-oauth2.conf.ext.tmpl +++ b/rootfs/etc/confd/templates/dovecot-oauth2.conf.ext.tmpl @@ -1,5 +1,6 @@ tokeninfo_url = {{ getenv "TOKENINFO_URL" }} introspection_url = {{ getenv "INTROSPECTION_URL" }} +introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }} #force_introspection = yes username_attribute = email tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt