OpenLiveWriter/SignClient/appsettings.json

13 lines
380 B
JSON
Raw Normal View History

2017-05-18 22:40:24 +01:00
{
"SignClient": {
"AzureAd": {
"AADInstance": "https://login.microsoftonline.com/",
2017-11-30 23:28:39 +00:00
"ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8",
"TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e"
2017-05-18 22:40:24 +01:00
},
"Service": {
2017-11-30 23:28:39 +00:00
"Url": "https://codesign.dotnetfoundation.org/",
"ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001"
2017-05-18 22:40:24 +01:00
}
}
2017-11-30 23:28:39 +00:00
}