You are developing a web application where users must log in using their corporate accounts. After logging in, the application needs to read the profile details of the currently signed-in user from Microsoft Graph. Which type of permission should you configure for the Microsoft Graph API in the Microsoft Entra ID application registration?
- Delegated permissionsCevap
- BApplication permissions
- CShared Access Signature permissions
- DKey Vault access policies
Cevap
Delegated permissions
The correct answer is delegated permissions because they are specifically designed for scenarios where an application runs with an active, signed-in user and acts on their behalf. This ensures that the application cannot access any resource that the signed-in user themselves does not have permission to access.
Adım Adım Çözüm
Anahtar Kavram
Delegated versus Application permissions in Microsoft Entra ID