Skip to content

Commit 628bd2a

Browse files
author
Tiago Brenck
committed
Fixed reply URL ports
1 parent 4d52aaf commit 628bd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-WebApp-OIDC/1-5-B2C/README.md

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

6767
- Enable the **Web App/Web API** setting for your application.
68-
- Set the **Reply URL** to `https://localhost:44136/signin/B2C_1_sign_up_in` and `https://localhost:44136/signout/B2C_1_sign_up_in`.
68+
- Set the **Reply URL** to `https://localhost:44316/signin/B2C_1_sign_up_in` and `https://localhost:44316/signout/B2C_1_sign_up_in`.
6969
- Copy the Application ID generated for your application, so you can use it in the next step.
7070

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

0 commit comments

Comments
 (0)