set default introspection mode to post
This commit is contained in:
parent
076b6ba503
commit
dc5a05dba3
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
tokeninfo_url = {{ getenv "TOKENINFO_URL" }}
|
tokeninfo_url = {{ getenv "TOKENINFO_URL" }}
|
||||||
introspection_url = {{ getenv "INTROSPECTION_URL" }}
|
introspection_url = {{ getenv "INTROSPECTION_URL" }}
|
||||||
|
introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }}
|
||||||
#force_introspection = yes
|
#force_introspection = yes
|
||||||
username_attribute = email
|
username_attribute = email
|
||||||
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
|
tls_ca_cert_file = /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue