diff options
Diffstat (limited to 'src/oidc/bin/01_authz_code')
| -rwxr-xr-x | src/oidc/bin/01_authz_code | 4 |
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" |
