add tokeninfo_url var

This commit is contained in:
Sebastian Hugentobler 2021-11-18 15:59:32 +01:00
parent cf3f003693
commit 166bd58b9f
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,6 +1,7 @@
grant_url = {{ getenv "GRANT_URL" }}
client_id = {{ getenv "CLIENT_ID" }}
client_secret = {{ getenv "CLIENT_SECRET" }}
tokeninfo_url = {{ getenv "INTROSPECTION_URL" }}
introspection_url = {{ getenv "INTROSPECTION_URL" }}
introspection_mode = {{ getenv "INTROSPECTION_MODE" "post" }}
username_attribute = username