Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 792 Bytes

File metadata and controls

29 lines (26 loc) · 792 Bytes

Azure Communication Services - Identity API Playground

A console app project that allows running various Azure Communication API endpoints via REST or via SDKs.

image

Sample config

{
  "AAD": {
    "SingleTenant": {
      "ClientID": "<guid>", // Fabrikam's app
      "TenantID": "<guid>" // Fabrikam's tenant
    },
    "MultiTenant": {
      "ClientID": "<guid>", // Contoso's app
      "TenantID": "<guid>", // Fabrikam's tenant
    }
  },
  "PROD": {
    "ResourceName": "<resourcename>",
    "Secret": "YWRmYWQ="
  },
  "PPE": {
    "ResourceName": "<resourcename>",
    "Secret": "YWRmYWQ="
  }
}