0

是否可以在没有 Azure Active Directory 参与的情况下构建使用 Office 365 REST API 的任何应用程序(控制台、Windows 商店、WPF、MVC、Web API、Android、iOS 等)?

到目前为止,如果没有 Azure Active Directory,这似乎是不可能的。但是Windows、Android和Applet应用商店有很多应用可以连接Office 365并拉取用户联系人。那么他们是怎么做到的呢?

4

2 回答 2

1

您必须区分不需要 Azure AD 和不需要 Azure 订阅。每个 Office 365 订阅都会在后台自动获取一个 Azure AD 租户。截至今天,许多开发功能仅通过 Azure 门户提供,但这就是考虑因素的方式。例如,如果您使用 Visual Studio 2015,则无需任何 Azure 订阅即可创建和修改使用 Azure AD 和 Office 365 的应用程序。在旧方法中,您将使用 Live SDK 获取消费者用户的联系人 - 如https://msdn.microsoft.com/en-us/library/hh826535.aspx中所述。在即将对服务进行的更新中,您将能够为消费者和组织用户使用完全相同的 API - 请参阅https://dev.outlook.com/RestGettingStarted以获得对新功能的良好介绍。

于 2016-01-25T22:31:36.153 回答
0

the new and recommended way to register an app for OAUTH and consume the Office365 REST apis is through this url devs.apps.microsoft.com

This has been created to allow people without an Azure Account to consume Office365 apis.

于 2016-01-25T12:23:39.103 回答