File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
4-WebApp-your-API/4-2-B2C Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Now you need to [register your web app in your B2C tenant](https://docs.microsof
65
65
Your web application registration should include the following information:
66
66
67
67
- 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 ` .
69
69
- Copy the Application ID generated for your application, so you can use it in the next step.
70
70
71
71
### Step 5: Configure the sample with your app coordinates
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Now you need to [register your web app in your B2C tenant](https://docs.microsof
99
99
Your web application registration should include the following information:
100
100
101
101
- 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 ` .
103
103
- Copy the Application ID generated for your application, so you can use it in the next step.
104
104
105
105
### Step 5: Configure the sample with your app coordinates
You can’t perform that action at this time.
0 commit comments