Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure the Notify connector bot for Meeting Extensions

Configure the Notify connector bot for Meeting Extensions in the Microsoft Azure portal.

Before you begin

Role required: Microsoft Azure admin

Procedure

  1. Log in to the Microsoft Azure portal at https://portal.azure.com/ as the Microsoft Azure admin.

  2. Navigate to Azure Services > Azure Active Directory > Manage > App registrations.

  3. Search for and open the new bot created for Notify Connector by name or by Application (client) ID.

    The app was created in the section Create an app in Microsoft Teams to enable making calls.

  4. Expose an API.

    1. Navigate to Manage > Expose an API > Application ID URI > Set.

    2. Paste the Application ID URI api://<instance_name>.service-now.com/<client-id-in-azure>, which was set for the Single-sign on in the section Create and configure an app for Meeting Extensions in the Microsoft Teams Developer Portal and select Save.

    3. Select Add a scope.

    4. On the form, fill in the fields.

FieldValue
Scope name`access_as_user`
Who can consent?Select Admins and users.
Admin consent display nameEnter a valid name. For example, `Teams can access the user’s profile`.
Admin consent descriptionEnter a valid description. For example, `Allows Teams to call the app’s web APIs as the current user`.
User consent display nameEnter a valid name. For example, `Teams can access the user profile and make requests on the user's behalf`.
User consent descriptionEnter a valid description. For example, `Enable Teams to call this app’s APIs with the same rights as the user`.
StateSet to Enabled
5.  Select **Add scope**.

6.  Select **Add a client application**, enter the value `1fec8e78-bce4-4aaf-ab1b-5451cc387264` for Microsoft Teams desktop and mobile application in the **Client ID**, and then select **Authorized scopes**, and select **Add application**.

    For more information, see 'Update Azure AD app registration for SSO' section on the [Extend a Teams personal tab across Microsoft 365 app](https://learn.microsoft.com/en-us/microsoftteams/platform/m365-apps/extend-m365-teams-personal-tab?tabs=manifest-teams-toolkit) page.

7.  Select **Add a client application**, enter the value `5e3ce6c0-2b1f-4285-8d4b-75ee78787346` for Microsoft Teams desktop and mobile application in the **Client ID**, and then select **Authorized scopes**.

    For more information, see the "Update Azure AD app registration for SSO" section on the [Extend a Teams personal tab across Microsoft 365 app](https://learn.microsoft.com/en-us/microsoftteams/platform/m365-apps/extend-m365-teams-personal-tab?tabs=manifest-teams-toolkit) page.

8.  Select **Add application**.

Parent Topic:Integrate Meeting Extensions self-configured app with Microsoft Teams