diff options
| author | mo khan <mo@mokhan.ca> | 2022-04-08 15:47:55 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-04-08 15:47:55 -0600 |
| commit | 2badc3a81fcd14abed3c67373fb8d111a0c512a0 (patch) | |
| tree | a98072f1f3dfd48617bebf3810bddc33feeeb176 /src | |
| parent | 61d03fdf029e24f20a9ad22035550103bad2df95 (diff) | |
notes on possible workflows and vault cli
Diffstat (limited to 'src')
| -rwxr-xr-x | src/oidc/bin/02_authz_code_token_request | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oidc/bin/02_authz_code_token_request b/src/oidc/bin/02_authz_code_token_request index 48e49e8..9e1f221 100755 --- a/src/oidc/bin/02_authz_code_token_request +++ b/src/oidc/bin/02_authz_code_token_request @@ -4,6 +4,7 @@ set -e cd "$(dirname "$0")/.." curl -s \ + -vv \ -u "client_id:client_secret" \ --basic \ -d "grant_type=authorization_code&code=example&redirect_uri=https://client.example.org/callback" \ |
