add TOKENINFO_URL var

This commit is contained in:
Sebastian Hugentobler 2021-11-22 14:42:35 +01:00
parent 166bd58b9f
commit 4193b863d5
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,9 @@ OAuth2 url for token information.
## USER_URL
OAuth2 url for getting available users, the username will be appended to the end.
## TOKENINFO_URL
OAuth2 url for requestion information about a token.
## CLIENT_ID
Id of the OAuth2 application.

View File

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