From e964aaf873b23fa53df6f7f8f764b06e10f8bd44 Mon Sep 17 00:00:00 2001 From: ZTJones <70660028+ZTJones@users.noreply.github.com> Date: Wed, 29 Mar 2023 12:09:45 -0700 Subject: [PATCH] Update README.md Clarified language on line 24 pertaining to the TYPE of license required. Originally may be understood to support free licenses. --- ManageTeamsIdentityMobileAndDesktop/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ManageTeamsIdentityMobileAndDesktop/README.md b/ManageTeamsIdentityMobileAndDesktop/README.md index 6c470e99..25d2be8a 100644 --- a/ManageTeamsIdentityMobileAndDesktop/README.md +++ b/ManageTeamsIdentityMobileAndDesktop/README.md @@ -21,7 +21,7 @@ To be able to use the token for Calling, use it to initialize the `Azure.Communi - Install [Visual Studio](https://visualstudio.microsoft.com/downloads/) - The latest version .NET Core SDK for your operating system. - An active Communication Services resource and connection string. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource/). -- Azure Active Directory tenant with users that have a Teams license. +- Azure Active Directory tenant with users that have a Teams enterprise license. ## Code Structure @@ -48,4 +48,4 @@ setx AAD_TENANT_ID 1. Open `ManageTeamsIdentityMobileAndDesktop.csproj` 2. Run the `ManageTeamsIdentityMobileAndDesktop` project -You should be presented with a browser window and navigated to the Azure AD login form. If the authentication is successful, the application receives an Azure AD access token and exchanges it for a Communication access token. \ No newline at end of file +You should be presented with a browser window and navigated to the Azure AD login form. If the authentication is successful, the application receives an Azure AD access token and exchanges it for a Communication access token.