What is the default permission scope when you request an access token by using MSGraphClient?
You are developing an application that will use Microsoft Graph.You attempt to retrieve a list of the groups in your organization by using a URI of https://graph.microsoft.com/v1.0/groups on behalf of the user.The application fails. The diagnostic logs show the following information:✑ An HTTP 403 Forbidden status code.✑ An Authorization_RequestDenied error code.✑ The following error message: `Insufficient privileges to complete the operation.`You need to ensure that the application can retrieve the list of groups. The solution must use the principle of least privilege.Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
You are building email notifications for an expensing system.When a user receives an email notification, the email will contain a comment field. When the user submits a comment, the data will be returned to the expensing system for processing.What should you do to implement the notification by using the minimum amount of development effort?
You plan to integrate a web-based support ticketing system and Microsoft Teams.You need to recommend a solution that will prompt users for specific information before a ticket is created. The solution must minimize development effort.What should you include in the recommendation?
You are developing a server-based web app that will use OAuth2 on behalf of the user and will be registered with the Microsoft identity platform.Which two types of tokens can the app retrieve as part of the authorization flow? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
Which type of authentication flow should you recommend for the planned integration with Office 365?