Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcb6597

Browse filesBrowse files
committed
Added the launchSettings.json
1 parent 8cb5246 commit fcb6597
Copy full SHA for fcb6597

File tree

Expand file treeCollapse file tree

2 files changed

+31
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+31
-2
lines changed

‎Quickstarts/Core/Program.cs

Copy file name to clipboardExpand all lines: Quickstarts/Core/Program.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
builder.Services.AddFido(options =>
1212
{
13-
13+
1414
options.Licensee = "DEMO";
15-
options.LicenseKey = "eyJTb2xkRm9yIjowLjAsIktleVByZXNldCI6NiwiU2F2ZUtleSI6ZmFsc2UsIkxlZ2FjeUtleSI6ZmFsc2UsIlJlbmV3YWxTZW50VGltZSI6IjAwMDEtMDEtMDFUMDA6MDA6MDAiLCJhdXRoIjoiREVNTyIsImV4cCI6IjIwMjQtMDctMDhUMDA6MDA6MDAiLCJpYXQiOiIyMDI0LTAxLTA4VDE2OjEzOjEzIiwib3JnIjoiREVNTyIsImF1ZCI6Nn0=.Tb5ayoJdcb7uoMU9F9Jr58ldcanmVwg/Krn1e9QTUt2PhcKqS785l0SZ5oKKikPdSl5eUZ4TLmpWYbzsCeRavnR45GnvAHLIKu5wYhOkqaHtG3nc5+VJ4v1nUlQsz7eCxdT33I8w6zlgNqiDDE2M7TAWBTkdvxx8l/xQRa5LD4gf5wNij0TE9XYmLIPylopbcncKPN3lydfIPLXmXNzn9/V28LbNQRcgE0dU3T2j3v6O+Dlu1l6SLzf4iENkv+87QveAgU9Od/Sf9PyewNs8qVBsQtYFuovaa9HIyxxS0+TnEVhYqhd9kDQXUVZGGlg3+xJ3CO5Z6iimb3tqoxexGjsg+RBMcERegWMvC333oY6dma4sFIZnBbmQ4UNaNgxzZYb77IJ88h8SKNVgbas1rCpbUJhlenvUv0rkO7hldB5WJVHNUJntAIi4rEvdADMMoILrK7t8NVKKa+foiZiJwfEtqQkMRkkDc8it3PThIlX3F7RI6hd7PCK6AsVpgCS6f/jAUv+S5GTewvTXg8wCooXZpEmKR4qjwRO1RAWTjYS2yR2EGJdrMXsAMj32wzstKK5xiYAtcaPQeNz8cWTfFF9jaYcVoxzpCZAtnzDqVl56IAcDjvrOX94pJbWhRoJ7d54tMOKEyr+jt8Yrfx852wgx2J/uY13VO6/wkHUYhBE=";
15+
options.LicenseKey = "Get your license key from https://www.identityserver.com/products/fido2-for-aspnet";
1616
})
1717
.AddInMemoryKeyStore();
1818

+29Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "http://json.schemastore.org/launchsettings.json",
3+
"iisSettings": {
4+
"windowsAuthentication": false,
5+
"anonymousAuthentication": true,
6+
"iisExpress": {
7+
"applicationUrl": "http://localhost:15396",
8+
"sslPort": 44363
9+
}
10+
},
11+
"profiles": {
12+
"https": {
13+
"commandName": "Project",
14+
"dotnetRunMessages": true,
15+
"launchBrowser": true,
16+
"applicationUrl": "https://localhost:7235;http://localhost:5141",
17+
"environmentVariables": {
18+
"ASPNETCORE_ENVIRONMENT": "Development"
19+
}
20+
},
21+
"IIS Express": {
22+
"commandName": "IISExpress",
23+
"launchBrowser": true,
24+
"environmentVariables": {
25+
"ASPNETCORE_ENVIRONMENT": "Development"
26+
}
27+
}
28+
}
29+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.