commit | 7fb78d6d98f5871ebe3dc8222779592074c3d59a | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Jun 10 12:51:13 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Jun 11 12:55:19 2021 +0200 |
tree | b51bebfff9f2f2411feef80c54c2861d0f33306f | |
parent | ad011bbaea6b1772bffe333ce3b732d32f3a1126 [diff] [blame] |
Deprecate JWT flow in favor of OAuth2 flow Change-Id: I98f44d80be07dfd4bf97bcbd30510128fd035a46
diff --git a/t/proxy.t b/t/proxy.t index 518d7a4..1db8ac9 100644 --- a/t/proxy.t +++ b/t/proxy.t
@@ -16,6 +16,11 @@ plugins => ['Auth'], proxy_inactivity_timeout => 99, proxy_connect_timeout => 66, + }, + 'Kalamar-Auth' => { + client_id => 2, + client_secret => 'k414m4r-s3cr3t', + oauth2 => 1 } });