Залил изменения за долгое время
This commit is contained in:
17
src/Otchinslator/appsettings.json
Normal file
17
src/Otchinslator/appsettings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AzureAd": {
|
||||
"Instance": "https://login.microsoftonline.com/",
|
||||
"TenantId": "sfedu.ru",
|
||||
"ClientId": "ab679823-ea58-4c45-9af5-3284b1285aa2",
|
||||
"ClientSecret": "DGu8Q~S5R8YbrNpklfB1aI5~JKdoSxEcgavKDc_s",
|
||||
"Domain": "sfedu.onmicrosoft.com", //Application ID URI without Application (client) ID and https
|
||||
"CallbackPath": "/signin-oidc"
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user