idcoop/scripts-dev/try_oauth2c.sh
Olivier 'reivilibre b03dba825a Add a dev script for trying oauth2c against the service
Signed-off-by: Olivier 'reivilibre <olivier@librepush.net>
2024-04-21 17:12:13 +01:00

4 lines
208 B
Bash
Executable File

#!/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