Prepare Your Microsoft Teams Connection (Beta)
To set up your Microsoft Teams connection with Data 360, configure an app registration in the Microsoft Azure Portal.
This feature is a Beta Service. A customer may opt to try a Beta Service in its sole discretion. Any use of the Beta Service is subject to the applicable Beta Services Terms provided at Agreements and Terms. If you have questions or feedback about this Beta Service, contact the Data 360 Connector team at datacloud-connectors-beta@salesforce.com.
- Sign in to the Microsoft Azure Portal.
- Navigate to Microsoft Entra ID, then select App registrations.
- Click New registration.
- Enter a name for the application.
- For Supported account types, select the appropriate option for your organization.
- For Redirect URI, select Web and enter the Callback URL from your Authentication Provider in Salesforce Setup.
- Click Register.
After registration, note the following values from the app’s Overview page:
- Application (client) ID:
- Directory (tenant) ID:
- In the app registration, navigate to Certificates & Secrets.
- Click New client secret.
- Enter a description and set an expiration period.
- Click Add.
- Copy the Value of the client secret immediately. You can’t view it again after you leave the page.
- In the app registration, navigate to API permissions.
- Click Add a permission.
- Select Microsoft Graph.
- Select Delegated permissions.
- Add the following permissions:
AppCatalog.Read.AllAppCatalog.ReadWrite.AllDirectory.Read.AllGroup.Read.AllGroup.ReadWrite.Alloffline_accessUser.ReadUser.Read.All
- Click Add permissions.
- Click Grant admin consent for [your organization] to apply the permissions.