Creating an Azure Bot for IdentityIQ's Microsoft Teams Notifications
Next you will create an Azure bot that leverages Microsoft's artificial intelligence (AI) chatbot to manage the messaging between Microsoft Teams and IdentityIQ. This bot also stores the configuration required to access the IdentityIQ service code.
Important: Details on how to configure Azure components are provided in this guide as an aid to implementers; however, implementers should also consult Microsoft's documentation on Azure and Microsoft Teams to ensure that they have the most accurate and up-to-date information on these platforms. This guide only discusses actions in Azure that are required as part IdentityIQ's Microsoft Teams Notifications feature, and does not discuss more general Azure concepts or actions that may be part of setting up Microsoft Teams and SSO for your organization.
-
From your Azure home, use the search field to search for Azure Bot.
-
Choose the result that appears in the Marketplace category, to open the Create an Azure Bot page.
-
Enter a Bot handle. This is the name of your bot, that your users will see in the Microsoft Teams application.
-
Select your resource group for the bot.
-
Choose your pricing plan.
-
For Type of app, choose the Multi tenant option.
-
For Creation type, choose Use existing app registration. This is how you link the bot to your Microsoft Teams application. Enter these values from the Teams application you created, as described in Creating a Microsoft Teams Application for IdentityIQ in Azure.
-
App ID
-
App secret
-
-
Click Review + Create to create the bot and link it to your Microsoft Teams application. On the review screen, click Create to confirm the bot creation.
-
When the deployment process is complete, configure the bot:
-
Click Go to Resource.
-
In the left navigation, click Configuration.
-
Enter a Messaging endpoint. This endpoint is used by the Microsoft Teams application to communicate with the bot. The endpoint must be a public, DNS-resolvable domain name.
For security purposes, SailPoint recommends using a format that incorporates the Microsoft App ID with the dashes removed. For example:https://identityiqteams.mycompany.com:3978/appidwithnodashes/api/messages
-
Click Apply.
-
Click Add OAuth Connection Settings – this connection manages tokens for SSO authentication. You will use some values from the Microsoft Teams application you created; see Creating a Microsoft Teams Application for IdentityIQ in Azure for details on where to find those values.
-
Enter a Name for the new connection setting. Do not include spaces in the name.
-
For Service provider, select Azure Active Directory v2.
-
Enter the Client ID and Client secret from your Microsoft Teams application.
-
For Token Exchange URL enter the Application ID URI from your Microsoft Teams application. This is the URI that begins with
api://botid-
-
Enter your Tenant ID.
-
For Scope, enter the scope you created for your API application. To find this value, navigate to your API application, click Expose an API, and copy the full scope from the Scopes field there, to enter here. See Creating an API Application in Azure.
-
Click Save.
-
-
-
Click Apply to save all your changes.