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

9 lines
346 B
Cheetah
Raw Normal View History

2021-08-23 11:15:48 +00:00
grant_url = {{ getenv "GRANT_URL" }}
2021-11-22 13:42:35 +00:00
tokeninfo_url = {{ getenv "TOKENINFO_URL" }}
2021-08-23 11:15:48 +00:00
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 = no
pass_attrs = pass=%{oauth2:access_token}