SC-300 · Question #125
SC-300 Question #125: Real Exam Question with Answer & Explanation
To allow App1 (a web service/daemon) to use Microsoft Graph to read directory data, you must first register the application in Azure AD to establish its identity. Next, you add app permissions (application permissions, not delegated) because App1 runs as a service without a signe
Question
Drag and Drop Question Your company has an Azure Active Directory (Azure AD) tenant named contoso.com. The company is developing a web service named App1. You need to ensure that App1 can use Microsoft Graph to read directory data in contoso.com. Which three actions should yon 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
To allow App1 (a web service/daemon) to use Microsoft Graph to read directory data, you must first register the application in Azure AD to establish its identity. Next, you add app permissions (application permissions, not delegated) because App1 runs as a service without a signed-in user, requiring application-level Microsoft Graph permissions like 'Directory.Read.All'. Finally, an administrator must grant admin consent because application permissions that access directory data are high-privilege and cannot be self-consented by users.
Topics
Community Discussion
No community discussion yet for this question.