You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`config.token_header`| Authorization | Name of api-request header containing access token |
18
-
|`config.token_query`| token | Name of query parameter containing access token |
18
+
|`config.token_query`| token | Name of query parameter containing access token, only if `token_header` value was missing|
19
19
|`config.require_success`| true | Require a successful introspection before proxying the request, if false `token_header` existance will not be required |
20
20
|`config.token_cache_time`| 0 | Cache TTL for every token introspection result(0 - no cache) |
21
21
|`config.introspection_map`|| External introspection response `body` and `headers` mapped to request headers, also `static` for fixed strings |
0 commit comments