简体   繁体   English

Office 365和Azure集成

[英]Office 365 and Azure Integration

We are planning to integrate Authentication with Office 365 using MVC(.net)and had few questions 我们正计划使用MVC(.net)将身份验证与Office 365集成在一起,并且有几个问题

  1. I am under the assumption that many organization might have office 365 subscription but it is not mandatory that they should have Azure subscription as well. 我假设许多组织可能都具有Office 365订阅,但是并不一定必须也具有Azure订阅。 Is this right? 这是正确的吗?
  2. Under the Office 365 account for an organization, there can be many users(not AD). 在组织的Office 365帐户下,可以有许多用户(不是AD)。
  3. If my organization needs to export existing AD users into Office 365, is that the point I should be thinking of Azure subscription or can existing users from AD be directly exported to Office 365 如果我的组织需要将现有的AD用户导出到Office 365,是我应该考虑Azure订阅,还是可以将AD中的现有用户直接导出到Office 365?
  1. You can use Office 365 (O365) without an Azure Subscription, however, the directory service used for access to O365 is actually Azure Active Directory (Azure AD). 您可以在没有Azure订阅的情况下使用Office 365(O365),但是,用于访问O365的目录服务实际上是Azure Active Directory(Azure AD)。 The default directory namespace is {subscriptionname}.onmicrosoft.com. 默认目录名称空间为{subscriptionname} .onmicrosoft.com。

  2. All O365 users will be registered in an Azure AD instance tied to the O365 subscription. 所有O365用户将在与O365订阅绑定的Azure AD实例中注册。

  3. Existing on-premise users held in Windows Active Directory can be syncronised to Azure AD using the Azure Active Directory Sync Services which is a free tool and which can be used without an Azure Subscription. 可以使用Azure Active Directory同步服务将Windows Active Directory中持有的现有本地用户同步到Azure AD,该服务是一个免费工具,无需Azure订阅即可使用。

If at some later point you wish to use the same Azure AD instance as part of an Azure Subscription it is possible to . 如果以后希望将同一Azure AD实例用作Azure订阅的一部分, 则可以

Chris, your first assumption is correct. 克里斯,您的第一个假设是正确的。 Customers that have an Office 365 subscription do not necessarily have an Azure subscription too. 具有Office 365订阅的客户不一定也具有Azure订阅。 However this doesn't prohibit them from signing up for applications like yours using their Office 365 Azure AD and using single sign-on with their Office 365 accounts. 但是,这并不禁止他们使用其Office 365 Azure AD并通过其Office 365帐户使用单点登录来注册像您这样的应用程序。 During sign-up customers will consent to granting your application the required delegated permissions - this experience doesn't require an Azure subscription. 注册期间,客户将同意为您的应用程序授予必需的委派权限-这种体验不需要Azure订阅。 All Office365 accounts live in the Azure Active Directory to which that Office365 subscription is associated. 所有Office365帐户都位于与Office365订阅关联的Azure Active Directory中。 That Azure AD can contain user accounts mastered in the cloud and/or user accounts mastered in an on-premises directory that have been syncronized to the cloud. 该Azure AD可以包含在云中掌握的用户帐户和/或在已同步到云中的本地目录中掌握的用户帐户。 Many of our customers are small businesses with accounts only in the cloud, whereas our enterprise customers syncronize accounts from on-premises and also create cloud only accounts. 我们的许多客户都是小型企业,仅在云中拥有帐户,而我们的企业客户可以从本地同步帐户,还可以创建仅云帐户。 Synchronizing on-premises directory to Office 365 Azure AD also doesn't require an Azure subscription. 将本地目录同步到Office 365 Azure AD也不需要Azure订阅。 The Azure AD Sync tool is available outside of an Azure subscription. Azure订阅之外还可以使用Azure AD Sync工具。 Finally, Azure AD administration via the Azure management portal (requires Azure subscription) provides many identity management features that aren't available in the Office365 management portal: Azure AD premium reports including anomalous sign-ins, managing access to third party applications like the one you're building (simple users and groups assignment as well as assigning users and groups to application roles), managing security groups in the cloud and many more. 最后,通过Azure管理门户进行Azure AD管理(需要Azure订阅)提供了Office365管理门户中不提供的许多身份管理功能:Azure AD高级报告(包括异常登录),对第三方应用程序(例如一个)的访问进行管理您正在构建(简单的用户和组分配,以及将用户和组分配给应用程序角色),管理云中的安全组等等。

Read more about Azure AD and most importantly try out both the experiences (without and with Azure subscription). 阅读有关Azure AD的更多信息,最重要的是,尝试两种体验(不带Azure订阅和不带Azure订阅)。

Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM