24 lines
664 B
JSON
24 lines
664 B
JSON
{
|
|
/*
|
|
The following identity settings need to be configured
|
|
before the project can be successfully executed.
|
|
For more info see https://aka.ms/dotnet-template-ms-identity-platform
|
|
*/
|
|
// "UsePkce": true,
|
|
// "ResponseType": "code"
|
|
"AzureAd": {
|
|
"Instance": "https://login.microsoftonline.com/",
|
|
"Domain": "atesacr.com",
|
|
"TenantId": "ea91ca3b-96d0-4a0a-8e68-e99a3c95054d",
|
|
"ClientId": "8ea07777-c3e4-4b6e-ae03-aa2a923d3d8e",
|
|
"CallbackPath": "/signin-oidc"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Url": "http://localhost:46647/api/",
|
|
"AllowedHosts": "*"
|
|
}
|