You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Azure Active Directory Configuration

VSM uses Graph API to collect data from MS Teams , the following information are required  to add MS Teams to VSM:

  • Tenant ID
  • Application ID
  • Shared Secret

In order to obtain the required fields the following steps need to be executed on Tenant Azure AD 

  • New APP Registration
  • Assign right API Permission to the new APP
  • Generate Shared secret Key


New App Registration

Browse to Azure Portal AD https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade

Navigate to App Registration


Click (plus) New registration


Enter Application Registration Details using the following table.

Application Registration Table

FieldValue
NameEnter the name you want to give to your application
Supported Account TypeChoose Accounts in this organizational directory only (Virsae Group Limited only - Single tenant)
Redirect URILeave Blank


After creating Application Take note of Application (Client) ID and Directory (tenant) ID

Assign API Permission to the New APP

Navigate to API Permissions



Click (plus) Add a permission



Click on Microsoft Graph


Choose Application Permissions

Choose Call Records >CallRecords.Read.All permission

The following page will appear

Click on Grant admin consent tab to grant permission for newly created Application

Once Granted the following will be displayed


Generate Shared Secret

Navigate to Certificates & secrets

Click (plus) New client secret

Enter Client Secret Information using the following table.

Client Secret Table

FieldValue
DescriptionEnter description for the client secret
Expires The maximum length is 24 months , make sure to renew the cient secret when it expires otherwise VSM won't be able to retrieve MS Teams Calls information 

Take note of Secret Value and Secret ID as it will disappear when you navigate away from the page , The value in the field Value is the value that is going to be added to VSM in Shared Secret Field 



Web Portal Configuration

Add MS Teams

Log in to the VSM web portal using your VSM credentials and password.

For your customer, select Service Desk > Equipment Locations  Right-click on the Equipment Location (Virtual Location) and select Manage Cloud Services

At the bottom of Manage Cloud Services Click Add Services 

A form will open which you can populate MS Teams details as per table below

Select the Vendor Microsoft and Service Teams Cloud Service

Web Portal - Add MS Teams Field Description

FieldValue
VendorMicrosoft
ServiceTeams Cloud Service
Friendly NameFriendly Name for MS Teams
Tenant Id



  • No labels