/azure-communication-identity-playground-net

Azure Communication Services - Identity API Playground

Primary LanguageC#

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="
  }
}