Allowed Permission Type for Shared Email Box reading.

Dudala, Madhusudhana 0 Reputation points
2024-05-01T14:37:42.6233333+00:00

Hi ,

I am trying to setup Azure Ad Client to support shared email Box access through MSGraph API.

Should I use only app permissions on Azure Ad Client or shall deleted permissions are also valid?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,806 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yakun Huang-MSFT 705 Reputation points Microsoft Vendor
    2024-05-02T01:47:41.0233333+00:00

    Hi @Dudala, Madhusudhana

    Both application and delegated permissions are supported.

    If you use delegated permissions, you can add Mail.Read.Shared or Mail.ReadWrite.Shared, and use auth code flow to get the token.

    If you use application permissions, you can add Mail.Read, and you can use the client credentials flow to get a token.

    More details can be found at the link:

    https://learn.microsoft.com/en-us/graph/outlook-share-messages-folders#microsoft-graph-permissions

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.

    0 comments No comments