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

petrsvihlik/azure-communication-identity-playground-net

Repository files navigation

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

About

Azure Communication Services - Identity API Playground

Topics

Resources

Stars

Watchers

Forks

Languages