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
6565Your 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
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
9999Your 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
You can’t perform that action at this time.
0 commit comments