Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Thank you, you're right. With that code and clientId, clientSecret and tenantId data I was able to authenticate my Office365 App. However I'm not shure if I allow "Read mail in all mailboxes" permission for my App if this will mean that I'll be able to access anyone mails(which is huge security risk)? I would need something like: "Read those mailboxes: ...". Anyway thank you for your solution, you're awesome as hell :) Commented Jul 15, 2016 at 12:19
  • There is no need to limit the app to access specific mails because the app you client credential should be confident. You can just publish the service as you want in your app. I also explain it here Commented Jul 18, 2016 at 3:22