Fix appsettings.json syntax (#259)
parent
23fbafb682
commit
f928bcc428
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"AzureAd": {
|
||||
"Instance": "https://login.microsoftonline.com/",
|
||||
"Domain": "<Tenant name from AAD properties>.onmicrosoft.com">,
|
||||
"Domain": "<Tenant name from AAD properties>.onmicrosoft.com",
|
||||
"TenantId": "<Tenant Id from AAD properties>",
|
||||
"ClientId": "<Client Id from App Registration representing the API>"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue