debug oauth
This commit is contained in:
parent
98f3936c28
commit
d64671d6a4
@ -5,7 +5,7 @@ tokeninfo_url = {{ getenv "TOKENINFO_URL" }}
|
|||||||
introspection_url = {{ getenv "INTROSPECTION_URL" }}
|
introspection_url = {{ getenv "INTROSPECTION_URL" }}
|
||||||
introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }}
|
introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }}
|
||||||
#force_introspection = yes
|
#force_introspection = yes
|
||||||
username_attribute = email
|
username_attribute = username
|
||||||
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
|
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
|
||||||
use_grant_password = yes
|
use_grant_password = yes
|
||||||
pass_attrs = host=127.0.0.1 proxy=y proxy_mech=xoauth2 pass=%{oauth2:access_token}
|
pass_attrs = host=127.0.0.1 proxy=y proxy_mech=xoauth2 pass=%{oauth2:access_token}
|
||||||
|
Loading…
Reference in New Issue
Block a user