SignClientSettings.json 362 B

12345678910111213
  1. {
  2. "SignClient": {
  3. "AzureAd": {
  4. "AADInstance": "https://login.microsoftonline.com/",
  5. "ClientId": "7ac43fb3-01d7-4bc9-9372-d8064cadeb44",
  6. "TenantId": "dotnetfoundation.onmicrosoft.com"
  7. },
  8. "Service": {
  9. "Url": "https://dnfsignservice.azurewebsites.net/",
  10. "ResourceId": "http://sign.dotnetfoundation.org/server"
  11. }
  12. }
  13. }