From 1508cac1a7c55b9d15c92efaa9233d703630ae63 Mon Sep 17 00:00:00 2001 From: KrishnenduGhosh-MSFT Date: Thu, 6 Aug 2020 09:01:58 +0530 Subject: [PATCH] corrected the localhost port --- 4-WebApp-your-API/4-2-B2C/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-WebApp-your-API/4-2-B2C/README.md b/4-WebApp-your-API/4-2-B2C/README.md index dccfe51f..aadabce7 100644 --- a/4-WebApp-your-API/4-2-B2C/README.md +++ b/4-WebApp-your-API/4-2-B2C/README.md @@ -99,7 +99,7 @@ Now you need to [register your web app in your B2C tenant](https://docs.microsof Your web application registration should include the following information: - Enable the **Web App/Web API** setting for your application. -- Set the **Reply URL** to `https://localhost:44316/signin-oidc`. +- Set the **Reply URL** to `https://localhost:44321/signin-oidc`. - Copy the Application ID generated for your application, so you can use it in the next step. ### Step 5: Configure the sample with your app coordinates