summaryrefslogtreecommitdiff
path: root/src/oidc/bin/01_authz_code
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2022-04-13 09:44:31 -0600
committermo khan <mo@mokhan.ca>2022-04-13 09:44:31 -0600
commitf50684ff437d7880272b34de189c3d0421b0b44d (patch)
tree3766c825ec4a2c31736d73bab3e23bb704cb911a /src/oidc/bin/01_authz_code
parentc20c22779c0f6e8db2d028a5ad1ee6dbba08008b (diff)
update notes on oidc flow
Diffstat (limited to 'src/oidc/bin/01_authz_code')
-rwxr-xr-xsrc/oidc/bin/01_authz_code2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oidc/bin/01_authz_code b/src/oidc/bin/01_authz_code
index fa96133..427bd5f 100755
--- a/src/oidc/bin/01_authz_code
+++ b/src/oidc/bin/01_authz_code
@@ -4,3 +4,5 @@ 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"