Auth added to blazor
This commit is contained in:
@@ -6,5 +6,10 @@
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"oidc" : {
|
||||
"authority" : "https://dummy.dummy",
|
||||
"client_id": "id",
|
||||
"client_secret": "secret"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user