Add a dev script for trying oauth2c against the service
Signed-off-by: Olivier 'reivilibre <olivier@librepush.net>
This commit is contained in:
parent
c37203241a
commit
b03dba825a
3
scripts-dev/try_oauth2c.sh
Executable file
3
scripts-dev/try_oauth2c.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user