dovecot/rootfs/etc/confd/templates/dovecot-oauth2.token.conf.ext.tmpl
Sebastian Hugentobler f45cab5235
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m0s
use alpine packages, no longer need to compile ourselves
2024-04-26 14:55:30 +02:00

9 lines
346 B
Cheetah

grant_url = {{ getenv "GRANT_URL" }}
tokeninfo_url = {{ getenv "TOKENINFO_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 = no
pass_attrs = pass=%{oauth2:access_token}