File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Original file line number Diff line number Diff line change 10
10
11
11
builder . Services . AddFido ( options =>
12
12
{
13
-
13
+
14
14
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 " ;
16
16
} )
17
17
. AddInMemoryKeyStore ( ) ;
18
18
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments