AspNetCore.Docs.Samples/samples/aspnetcore-authz-with-ext-a.../Contoso.Security.API/appsettings.json

13 lines
247 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AllowedClients": [
"<Use the appropriate Client Id representing the Client calling the API>"
]
}