Skip to content

Commit 3990186

Browse files
author
Tiago Brenck
authored
Merge pull request #156 from Azure-Samples/tibre/b2cReadmeFix
Fixed reply URL ports
2 parents 4d52aaf + 628bd2a commit 3990186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-WebApp-OIDC/1-5-B2C/README.md

+1-1
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)