From 89f9ed333f181c246135e0260e348ecf06e255c1 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Sat, 7 Nov 2020 19:30:05 -0500 Subject: [PATCH] fixes #796 update the redirect_uri to localhost 3000 to sync with light-codegen --- client/src/main/resources/config/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main/resources/config/client.yml b/client/src/main/resources/config/client.yml index 08cdbe81ca..4e2054a7f4 100644 --- a/client/src/main/resources/config/client.yml +++ b/client/src/main/resources/config/client.yml @@ -66,7 +66,7 @@ oauth: # client_secret for authorization code grant flow. client_secret: ${client.tokenAcClientSecret:f6h1FTI8Q3-7UScPZDzfXA} # the web server uri that will receive the redirected authorization code - redirect_uri: ${client.tokenAcRedirectUri:https://localhost:8080/authorization_code} + redirect_uri: ${client.tokenAcRedirectUri:https://localhost:3000/authorization} # optional scope, default scope in the client registration will be used if not defined. # If there are scopes specified here, they will be verified against the registered scopes. # scope: