You are developing a Single Page Application (SPA) using React that allows employees to view their own profile information from Microsoft Graph after signing in. Which permission type must you configure in the Microsoft Entra ID application registration to ensure that the application accesses the API on behalf of the signed-in user?
- AKey Vault access policy permissions
- BApplication permissions
- Delegated permissionsCevap
- DShared Access Signature (SAS) permissions
Cevap
Delegated permissions
Delegated permissions allow the application to act on behalf of the signed-in user. The application can only access resources that the user itself has access to, which is appropriate for a React SPA where users log in to see their own profile information.
Adım Adım Çözüm
Anahtar Kavram
Delegated permissions allow applications to act on behalf of a signed-in user, whereas application permissions allow apps to run independently as background services.