AZ-500 · Question #295
You plan to deploy an app that will modify the properties of Azure Active Directory (Azure AD) users by using Microsoft Graph. You need to ensure that the app can access Azure AD. What should you…
The correct answer is D. an app registration. To allow an application to interact with Azure Active Directory (Azure AD) and Microsoft Graph, you must first create an app registration for it.
Question
Options
- Aa custom role-based access control (RBAC) role
- Ban external identity
- Can Azure AD Application Proxy
- Dan app registration
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- D91% (29)
Why each option
To allow an application to interact with Azure Active Directory (Azure AD) and Microsoft Graph, you must first create an app registration for it.
A custom role-based access control (RBAC) role is used to manage access to Azure resources, not to provide an application with an identity to access Azure AD via Microsoft Graph.
An external identity refers to users from outside the organization, not the application's own identity within Azure AD.
Azure AD Application Proxy provides secure remote access to on-premises web applications, and does not establish an application's identity for accessing Azure AD or Microsoft Graph.
An app registration in Azure AD provides an identity for an application, allowing it to authenticate with Azure AD. This identity is essential for the application to be granted permissions and access resources like Microsoft Graph to modify user properties.
Concept tested: Azure AD application registration, Microsoft Graph access
Source: https://learn.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals
Community Discussion
No community discussion yet for this question.