You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lauren-mills edited this page Mar 3, 2021
·
1 revision
After provisioning your bot resources for your Calendar Skill, follow these steps to set up the correct authentication and permissions for Microsoft Graph:
Configure scopes on the Microsoft App Registration
Open your Bot Channels Registration resource in the Azure Portal and go to the Configuration tab
Click Manage beside the Microsoft App ID field to navigate to your Microsoft App Registration settings
Select API permissions
Click Add a permission and select Microsoft Graph > Delegated permissions
Add the following scopes:
Calendars.ReadWrite
Contacts.Read
People.Read
User.ReadBasic.All
Click Add permissions
Add an OAuth Connection to your bot
Open your Bot Channels Registration resource in the Azure Portal and go to the Configuration tab
Click Add OAuth Connection Settings
Give your connection a name (save this for a later step)
Select Azure Active Directory v2 as the service provider