Skip to content

Commit e6820d6

Browse files
authored
Update download.md (#10495)
1 parent ca256d6 commit e6820d6

File tree

1 file changed

+2
-2
lines changed
  • articles/quickstart/webapp/aspnet-core-blazor-server

1 file changed

+2
-2
lines changed

articles/quickstart/webapp/aspnet-core-blazor-server/download.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ To run the sample follow these steps:
55
1) Set the **Allowed Callback URLs** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to:
66

77
```text
8-
http://localhost:3000/callback
8+
http://localhost:3000/callback,https://localhost:7113/callback
99
```
1010

1111
2) Set the **Allowed Logout URLs** in the [Application Settings](${manage_url}/#/applications/${account.clientId}/settings) to:
1212

1313
```text
14-
http://localhost:3000
14+
http://localhost:3000,https://localhost:7113
1515
```
1616

1717
3) Make sure [.NET Core](https://www.microsoft.com/net/download) is installed, and run the following commands:

0 commit comments

Comments
 (0)