We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca256d6 commit e6820d6Copy full SHA for e6820d6
articles/quickstart/webapp/aspnet-core-blazor-server/download.md
@@ -5,13 +5,13 @@ To run the sample follow these steps:
5
1) Set the **Allowed Callback URLs** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to:
6
7
```text
8
-http://localhost:3000/callback
+http://localhost:3000/callback,https://localhost:7113/callback
9
```
10
11
2) Set the **Allowed Logout URLs** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to:
12
13
14
-http://localhost:3000
+http://localhost:3000,https://localhost:7113
15
16
17
3) Make sure [.NET Core](https://www.microsoft.com/net/download) is installed, and run the following commands:
0 commit comments