Which three actions should you perform in sequence?

DRAG DROP

You plan to create a bot as part of a Microsoft Teams app. The bot will use Microsoft 365 services on behalf of a user.

You add token.botframework.com to the list of valid domains in the app manifest.

You need to configure the authentication environment to ensure that the bot can access Microsoft 365 services on behalf of the user.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Graphical user interface, text, application, chat or text message

Description automatically generated

Step 1: Create a Bot Channels Registration in Azure and register the application in Azure Active Directory (Azure AD)

Register a bot by creating a Bot Channels Registration through Azure Bot Channel Registration.

The Azure AD portal provides a central platform for you to register and configure your apps. Your app must be registered in the Azure AD portal to integrate with the identity platform and call Microsoft Graph APIs.

Step 2: Create a new OAuth Connection in the Bot Channels Registration

The first step to getting an access token for many OpenID Connect (OIDC) and OAuth 2.0 flows is to redirect the user to the Microsoft identity platform /authorize endpoint. Azure AD will sign the user in and ensure their consent for the permissions your app requests. In the authorization code grant flow, after consent is obtained, Azure AD will return an authorization_code to your app that it can redeem at the Microsoft identity platform /token endpoint for an access token.

Step 3: Set the reply URL to the web service that hosts the bot.

Fill in the Webhook (for calling) where you will receive incoming notifications. E.g.

https://{your domain}/api/calls.

Latest MS-600 Dumps Valid Version with 142 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments