Microsoft
SC-300 · Question #305
You have a Microsoft 365 subscription. You plan to deploy an app named App1 that will have the following configurations: - Will be registered in Microsoft Entra - Will access the signed-in user's…
The correct answer is B. delegated permissions. Delegated permissions are used when your app needs to act on behalf of the signed-in user, and they require consent from the user.
Submitted by chiamaka_o· Mar 6, 2026Implement access management for apps
Question
You have a Microsoft 365 subscription. You plan to deploy an app named App1 that will have the following configurations:
- Will be registered in Microsoft Entra
- Will access the signed-in user's Microsoft Outlook calendar by using
the Microsoft Graph API You need to ensure that App1 can access Microsoft Graph. What should you use?
Options
- Aapplication permissions
- Bdelegated permissions
- Ca custom role-based access control (RBAC) role
- Da built-in role-based access control (RBAC) role
How the community answered
(51 responses)- A4% (2)
- B80% (41)
- C10% (5)
- D6% (3)
Explanation
Delegated permissions are used when your app needs to act on behalf of the signed-in user, and they require consent from the user.
Topics
#Microsoft Graph#delegated permissions#app registration#OAuth 2.0
Community Discussion
No community discussion yet for this question.