Authenticate guest users to initiate and import chat from Microsoft Teams
Assign permissions to guest users to initiate and import chat conversations with employees from Microsoft Teams to a ServiceNow® instance for a self-configured app.
Before you begin
Ensure you have completed the Request-based chat app configuration for a self-configured app. For more information, see:
- Register and configure the Request-based chat application on the Microsoft Azure portal
- Configure Application Registry on the ServiceNow instance
- Add permissions to the Microsoft Azure application
Role required: Microsoft Azure admin
Procedure
Log in to the Microsoft Azure portal.
Navigate to Azure Services > Azure Active Directory > Manage > App registrations.
Select the Request-based chat app to enable agents to initiate and import the conversations from Microsoft Teams to the ServiceNow instance.
Navigate to Manage > API Permissions > Add a permission > Microsoft Graph.
Select Application permissions.
In the Select permissions search field, enter
User.Read.Alland select that permission.This permission obtains the Microsoft Azure user type value. This value is stored on the ServiceNow instance to enable the creation and importing of chats on the user's behalf.
Select Add permissions.
In the API permissions screen, select the Grant admin consent for {tenant} link.
Select Yes in the pop-up dialog box to save the settings.
Parent Topic:Request-based chat access for a guest user