Skip to content

Commit a88cde3

Browse files
authored
corrected the localhost port (#389)
1 parent 3a193fc commit a88cde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-WebApp-your-API/4-2-B2C/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Now you need to [register your web app in your B2C tenant](https://docs.microsof
9999
Your web application registration should include the following information:
100100

101101
- Enable the **Web App/Web API** setting for your application.
102-
- Set the **Reply URL** to `https://localhost:44316/signin-oidc`.
102+
- Set the **Reply URL** to `https://localhost:44321/signin-oidc`.
103103
- Copy the Application ID generated for your application, so you can use it in the next step.
104104

105105
### Step 5: Configure the sample with your app coordinates

0 commit comments

Comments
 (0)