Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarified language on line 24 pertaining to the TYPE of license required.  Originally may be understood to support free licenses.
  • Loading branch information
ZTJones authored Mar 29, 2023
1 parent c5733a9 commit e964aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ManageTeamsIdentityMobileAndDesktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -48,4 +48,4 @@ setx AAD_TENANT_ID <FABRIKAM_AZURE_AD_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.
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.

0 comments on commit e964aaf

Please sign in to comment.