You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Changethe**Action**for both projects to **Start**.
137
-
4. Click **OK** to save the configuration.
138
-
5. Press **F5** to run both applications. Each application opens in its own browser tab.
139
-
`https://localhost:44316/` is the web application.
140
-
`https://localhost:44332/` is the web API.
141
-
142
-
6. In the web application, click **sign-up / sign-in** to sign in to the web application. Use the account that you previously created.
143
-
7. After you sign in, click **To-do list** and create a to-do list item.
136
+
1. Select**Multiplestartupprojects**.
137
+
1. Changethe**Action**for both projects to **Start**.
138
+
1. Click **OK** to save the configuration.
139
+
1. Press **F5** to run both applications. Each application opens in its own browser window.
140
+
* `https://localhost:44316/` is the web application.
141
+
* `https://localhost:44332/` is the web API.
142
+
143
+
1. In the web application, select **sign-up / sign-in** to sign in to the web application. Use the account that you previously created.
144
+
1. After you sign in, select **To-do list** and create a to-do list item.
144
145
145
146
When you create a to-do list item, the web application makes a request to the web API to generate the to-do list item. You're protected web application is calling the protected web API in your Azure AD B2C tenant.
0 commit comments