From 9c24c89b87840fc8f4b247be84266c60d383e724 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 23 Aug 2021 15:59:34 +0200 Subject: [PATCH] debug oauth --- rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl b/rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl index ab3da63..f4b1442 100644 --- a/rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl +++ b/rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl @@ -1,7 +1,6 @@ grant_url = {{ getenv "GRANT_URL" }} client_id = {{ getenv "CLIENT_ID" }} client_secret = {{ getenv "CLIENT_SECRET" }} -tokeninfo_url = {{ getenv "TOKENINFO_URL" }} introspection_url = {{ getenv "INTROSPECTION_URL" }} introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }} username_attribute = username