From 166bd58b9f53c469d8ed8b6312f026ffe886ec5c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 18 Nov 2021 15:59:32 +0100 Subject: [PATCH] add tokeninfo_url var --- rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl | 1 + 1 file changed, 1 insertion(+) 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 82a45ff..412d892 100644 --- a/rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl +++ b/rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl @@ -1,6 +1,7 @@ grant_url = {{ getenv "GRANT_URL" }} client_id = {{ getenv "CLIENT_ID" }} client_secret = {{ getenv "CLIENT_SECRET" }} +tokeninfo_url = {{ getenv "INTROSPECTION_URL" }} introspection_url = {{ getenv "INTROSPECTION_URL" }} introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }} username_attribute = username