Authentication Problems Using the Office 365 API

前端 未结 1 1369
醉话见心
醉话见心 2021-01-06 12:15

My goal is to get the user\'s (Office 365 and Outlook.com) meetings for a given day in a WPF C# project. Following the steps described in the Outlook Dev Center Tutorial, th

相关标签:
1条回答
  • 2021-01-06 13:00

    If you want to be able to get items from Outlook.com as well as O365 outlook, you should use the new v2.0 app model. You will find useful documentation here : https://azure.microsoft.com/en-us/documentation/articles/active-directory-v2-app-registration/

    You should read the limitations here: http://azure.microsoft.com/documentation/articles/active-directory-v2-limitations/

    While you can use any Microsoft account to register applications, not all Microsoft accounts have been enabled for the REST APIs. To request an Outlook.com developer preview account with the REST APIs enabled, send an email at outlookdev@microsoft.com

    Finally if you want a sample to log in within a desktop application, check this tutorial : https://azure.microsoft.com/en-us/documentation/articles/active-directory-v2-devquickstarts-wpf/

    0 讨论(0)
提交回复
热议问题