debug oauth
This commit is contained in:
parent
2e89af9fd2
commit
9c24c89b87
@ -1,7 +1,6 @@
|
|||||||
grant_url = {{ getenv "GRANT_URL" }}
|
grant_url = {{ getenv "GRANT_URL" }}
|
||||||
client_id = {{ getenv "CLIENT_ID" }}
|
client_id = {{ getenv "CLIENT_ID" }}
|
||||||
client_secret = {{ getenv "CLIENT_SECRET" }}
|
client_secret = {{ getenv "CLIENT_SECRET" }}
|
||||||
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" }}
|
||||||
username_attribute = username
|
username_attribute = username
|
||||||
|
Loading…
Reference in New Issue
Block a user