A developer is configuring a Microsoft Entra ID app registration for a web application named SalesReporter. The web application allows users to sign in and needs to access Microsoft Graph to read the signed-in user's profile and send emails on their behalf. Which two Microsoft Graph delegated permissions must be configured? Select two options.
- User.ReadCevap
- Mail.SendCevap
- CUser.Read (Application permission)
- DA Shared Access Signature (SAS) token configured with Mail.Send scopes
Cevap
The application requires User.Read and Mail.Send delegated permissions.
The correct options are User.Read and Mail.Send delegated permissions because the web application acts on behalf of the signed-in user (requiring delegated permissions) to read their profile and send emails.
Adım Adım Çözüm
Anahtar Kavram
Microsoft Entra ID delegated permissions allow an application to access APIs on behalf of a signed-in user.