dovecot/rootfs/etc/confd/templates/dovecot-oauth2.plain.conf.ext.tmpl

8 lines
344 B
Cheetah
Raw Normal View History

2021-08-23 11:15:48 +00:00
grant_url = {{ getenv "GRANT_URL" }}
introspection_url = {{ getenv "INTROSPECTION_URL" }}
introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }}
username_attribute = username
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
use_grant_password = yes
pass_attrs = host=127.0.0.1 proxy=y proxy_mech=xoauth2 pass=%{oauth2:access_token}