From b03dba825aa200e78c97a447eb28fe8456edae05 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Sun, 21 Apr 2024 17:12:13 +0100 Subject: [PATCH] Add a dev script for trying oauth2c against the service Signed-off-by: Olivier 'reivilibre --- scripts-dev/try_oauth2c.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts-dev/try_oauth2c.sh 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