16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"Domain": "yourcompany.onmicrosoft.com",
|
|
"TenantId": "915dea78-a018-45cf-9cc6-f75e13df8b78",
|
|
"ClientId": "9d4fb416-c22c-4a83-be54-c64b32390512",
|
|
"CallbackPath": "/signin-oidc",
|
|
"ClientSecret": "0SK8Q~mVY7WxGY96qh8Z-a_ZPG_37XNgc6DMKcaG"
|
|
}
|
|
} |