debug oauth

This commit is contained in:
Sebastian Hugentobler 2021-08-23 13:04:38 +02:00
parent 98f3936c28
commit d64671d6a4
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -5,7 +5,7 @@ tokeninfo_url = {{ getenv "TOKENINFO_URL" }}
introspection_url = {{ getenv "INTROSPECTION_URL" }}
introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }}
#force_introspection = yes
username_attribute = email
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}