简体   繁体   English

在Azure注册多个应用

[英]Register multiple application in Azure

We have multiple iOS mobile application.我们有多个 iOS 移动应用程序。 We are planning to use Azure Active Directory for authentication to take advantage of the SSO using MSAL.我们计划使用 Azure Active Directory 进行身份验证,以利用使用 MSAL 的 SSO。

For app registration, if we have multiple iOS application, do we need to create an app registration for each application or can we just use 1 app registration for all the mobile application that we have?对于应用程序注册,如果我们有多个 iOS 应用程序,我们是否需要为每个应用程序创建一个应用程序注册,或者我们是否可以为我们拥有的所有移动应用程序使用 1 个应用程序注册?

As suggested by Alex Jiang ,正如Alex Jiang所建议的那样,

If you have multiple iOS mobile applications, you have to create multiple app registrations in Azure AD.如果您有多个 iOS 移动应用程序,则必须在 Azure AD 中创建多个应用程序注册。

If you want your application to be accessible for multiple organizations, while registering select supported account type as multi-tenant .如果您希望您的应用程序可供多个组织访问,同时将 select 支持的帐户类型注册为multi-tenant

To know how to register IOS mobile application with Azure AD, please refer the below link,要了解如何使用 Azure AD 注册 IOS 移动应用程序,请参考以下链接,

Add Authentication on iOS - Azure Mobile Apps | 在 iOS - Azure 移动应用上添加身份验证 | Microsoft Docs . 微软文档

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

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