Add a dev script for trying oauth2c against the service

Signed-off-by: Olivier 'reivilibre <olivier@librepush.net>
This commit is contained in:
Olivier 'reivilibre' 2024-04-21 17:12:13 +01:00
parent c37203241a
commit b03dba825a

3
scripts-dev/try_oauth2c.sh Executable file
View File

@ -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