Hello,
I have a requirement related to Microsoft Graph API where I need to access the emails from a shared mailbox using microsoft graph, but with delegated permissions. Like I need to use azure ad application ID and use my user credentials(username/password) to authenticate and retrieve the mails from shared mailbox using microsoft graph api.
I cannot use application permissions due to the security reasons in my organization.
What is the best approach to implement this kind of scenario, also whether this is possible.
Please suggest.