You need to develop a server-based web app that will be registered with the Microsoft identity platform. The solution must ensure that the app can perform operations on behalf of the user. Which type of authorization flow should you use?
You are building a server-based web app that will use OAuth2 and will be registered with the Microsoft identity platform.
Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD) authorization endpoint? Each correct answer presents part of
the solution.
NOTE: Each correct selection is worth one point.
You develop a web API named WebApi1. When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from Azure Active Directory (Azure AD). You need to formulate the response that WebApi1 will return to the client application. Which HTTP response should you send?
You have an application that uses the Microsoft Graph API. You need to configure the application to retrieve the groups to which the current signed-in user belongs. The results must contain the extended priorities of the groups. Which URI should you use?
You are developing a human resources application that will show users where they are in their company's organization chart. You are adding a new feature that will display the name of a user's manager inside the application. You need to create a REST query to retrieve the information. The solution must minimize the amount of data retrieved. Which query should you use?
You are developing an application that will track changes to the UserPrincipalName attribute of Microsoft 365 accounts. You need to use a REST request to retrieve the information by using Microsoft Graph. The solution must minimize the amount of data retrieved. What should you do?
You plan to deploy a SharePoint Framework (SPFx) solution to the tenant app catalog. Which attribute should you configure in the package-solution.json file to ensure that the solution is available immediately to all site collections?