add tokeninfo_url var
This commit is contained in:
parent
cf3f003693
commit
166bd58b9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user