Skip to content

Commit 0483186

Browse files
author
Tiago Brenck
authored
Merge pull request #321 from Azure-Samples/tibre/313
Fix B2C redirect urls
2 parents c2c5561 + 2499afe commit 0483186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:44316/signin/B2C_1_sign_up_in` and `https://localhost:44316/signout/B2C_1_sign_up_in`.
68+
- Set the **Reply URL** to `https://localhost:44316/signin-oidc`.
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

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/B2C_1_sign_up_in` and `https://localhost:44316/signout/B2C_1_sign_up_in`.
102+
- Set the **Reply URL** to `https://localhost:44316/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)