From 7261aa7f96d048cf51ce45773bb8cbc49ff30c2e Mon Sep 17 00:00:00 2001 From: Johannes Gorset Date: Thu, 4 Jun 2020 19:21:54 +0200 Subject: [PATCH] Fixed 'redirect_uri' parameter documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ddb2d..d0366ff 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ npm install --client_id 0oahdifc72URh7rUV0h7 \ --okta_org https://micah.oktapreview.com \ --scopes "openid profile email" \ - --redirect_uri http://localhost:8080/redirect + --redirect_uri /redirect ``` You'll get output like this: