How do I set up the Azure Bot for Microsoft Teams integration?
For Microsoft Teams to work with Oracle Communicate, you need to create a bot in the Azure Portal.
- Log in to the Azure Portal with an active subscription and contributor or owner rights.
- Create a resource, search for and then create Azure Bot.
- Complete the bot details.
- Select Single Tenant as the Type of App and Create new Microsoft App ID for the Creation type.
- Select Go to resource and copy the App ID and Tenant ID.
- Select Manage Password and create a client secret password.
- Select a future date.
-
In API permissions, select Add Permission> Microsoft Graph> Application
Permissions and add these permissions:
- Channel.ReadBasic.All
- ChannelMessage.Read.All
- Team.ReadBasic.All
- Select Add Permission> Microsoft Graph> Delegate Permissions and add the User.ReadBasic.All permission.
- Grant admininstrator consent for the permissions you added.
- Go to Channels in the Bot resource, find Microsoft Teams and agree to the terms and conditions.
- Save the Bot ID (App ID), Tenant ID, App Password (Client Password) details.