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
Log in to the Microsoft Azure portal at https://portal.azure.com/ as the Microsoft Azure admin.
Navigate to Azure Services > Azure Active Directory > Manage > App registrations.
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.
Expose an API.
Navigate to Manage > Expose an API > Application ID URI > Set.
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.Select Add a scope.
On the form, fill in the fields.
| Field | Value |
|---|---|
| Scope name | `access_as_user` |
| Who can consent? | Select Admins and users. |
| Admin consent display name | Enter a valid name. For example, `Teams can access the user’s profile`. |
| Admin consent description | Enter a valid description. For example, `Allows Teams to call the app’s web APIs as the current user`. |
| User consent display name | Enter a valid name. For example, `Teams can access the user profile and make requests on the user's behalf`. |
| User consent description | Enter a valid description. For example, `Enable Teams to call this app’s APIs with the same rights as the user`. |
| State | Set 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