2023-01-04 10:53:12 +08:00
|
|
|
{
|
|
|
|
"AzureAd": {
|
|
|
|
"Instance": "https://login.microsoftonline.com/",
|
2024-10-11 06:21:19 +08:00
|
|
|
"Domain": "<Tenant name from AAD properties>.onmicrosoft.com",
|
2023-01-04 10:53:12 +08:00
|
|
|
"TenantId": "<Tenant Id from AAD properties>",
|
|
|
|
"ClientId": "<Client Id from App Registration representing the API>"
|
|
|
|
},
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*"
|
|
|
|
}
|