Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sending teams messages without setting up an Office 365 connector requires an authenticated user to send the messages. This user (or users) is stored in a Teams Messaging Account in FlexDeploy which can be managed at Topology->Integrations->Messaging.

...

Follow these steps to create the app registration:

  1. Sign in to the Azure portal

  2. If you have access to multiple tenants, use the directory + subscription filter in the top menu to select the tenant in which you want to register an application.

  3. Search for and select Azure active directory.

  4. Under Manage, select app registrations, then new registration.

    Image Modified
  5. Enter a Name for your application and specify who can use the application.
     

...

  1. Image Added
  2. Select register to complete the initial app registration.

  3. Open application capture application (client) ID and directory (tenant) ID from app registration.

...

  1. Image Added
  2. Create a new client secret and capture client secret.

    Info
    titleNote

    Record the secret's value for use in your client application code - it's never displayed again after you leave this page.

    Image Modified
  3. Create API permissions

    Select API permissions > Add a permission > Microsoft Graph

...

  1. Image Added

Select delegated permissions.  You can type the names of these permissions in to filter and find the necessary permissions quickly. The 7 or 8 permissions you need are:

...

The following image shows the minimum permissions required to send messages to teams and users.
After adding them all, click the Grant admin consent button. You should see checkmarks Granted by An Administrator next to each permission in the status Granted through column.
Image Removed

...

Setting up Certificates

You may need to install the certificate for https://graph.microsoft.com/.default into your Java keystore. If this is the case, you will get an error about building a certificate path.

...

  • All Microsoft Teams versions are supported.

Key Features

  • Send messages to a Microsoft Teams channel or user.