summaryrefslogtreecommitdiff
path: root/src/oidc/bin/01_authz_code
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2022-04-13 17:35:03 -0600
committermo khan <mo@mokhan.ca>2022-04-13 17:35:03 -0600
commitdb78ff5823695b0a02742bcce32a0842c76b5e25 (patch)
treee715a9d0b01679e31d1d24ed10594a3797790811 /src/oidc/bin/01_authz_code
parent2e267c271005ab59adc93f023a82bfb23048a794 (diff)
extract function to generate an id_token
Diffstat (limited to 'src/oidc/bin/01_authz_code')
-rwxr-xr-xsrc/oidc/bin/01_authz_code4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/oidc/bin/01_authz_code b/src/oidc/bin/01_authz_code
index 427bd5f..80fb250 100755
--- a/src/oidc/bin/01_authz_code
+++ b/src/oidc/bin/01_authz_code
@@ -3,6 +3,4 @@
set -e
cd "$(dirname "$0")/.."
-curl -v -s "http://localhost:8282/authorize?response_type=code&scope=openid&client_id=f00d&state=potatoe&redirect_uri=https://client.example.org/callback"
-
-curl -v -s "https://dev-klipadbq.us.auth0.com/authorize?response_type=code&scope=openid&client_id=ymhh1trZ8TcqUPj3XeZoz27KjXPhAmhO&state=potatoe&redirect_uri=http://localhost:3000/oauth/callback"
+curl -v -s "http://localhost:8282/authorize?response_type=code&scope=openid&client_id=f00d&state=potatoe&redirect_uri=http://example.org/callback"