Setup
...
FAQ
Why does Activate need full_access_as_app?
1 min
activate requires full access as app to read a mailbox, e g when doing email approvals the reasons are basic auth is no longer allowed on ews so can't login as the email approvals inbox activate code impersonates the user in office365 so full access as app is required, delegated rights can't be currently granted to allow only rights to a specific mailbox obtaining an oauth token as the email approvals mailbox will require mfa which isn't possible in an unattended background process however, application access policies can be applied to limit the subset of mailboxes that the activate application registration can access here's an example of how to do this new applicationaccesspolicy appid \<your app id> ` policyscopegroupid "allowed mailboxes group" ` accessright restrictaccess ` description "limit app to only these mailboxes" p