diff --git a/scripts-dev/try_oauth2c.sh b/scripts-dev/try_oauth2c.sh new file mode 100755 index 0000000..55e11a6 --- /dev/null +++ b/scripts-dev/try_oauth2c.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +oauth2c http://127.0.0.1:8080 --pkce --auth-method client_secret_basic --scopes openid --client-id x --client-secret abc --response-mode query --grant-type authorization_code --response-types code