16 lines
407 B
JSON
16 lines
407 B
JSON
{
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"Domain": "<Tenant name from AAD properties>.onmicrosoft.com",
|
|
"TenantId": "<Tenant Id from AAD properties>",
|
|
"ClientId": "<Client Id from App Registration representing the API>"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|