简体   繁体   English

是否可以将Azure AD应用程序部署到另一个Office 365帐户?

[英]Is it possible to deploy an Azure AD app to another Office 365 account?

In Azure Active Directory, I have registered an App, which allows users to sign in and place items in another users calendar. 在Azure Active Directory中,我已经注册了一个应用程序,该应用程序允许用户登录并将项目放置在另一个用户日历中。 This app gives me a Client ID, Secret, reply URL etc. These are used within a PHP webapp, where a user signs in using their credentials, then using our own interface allows users to place items in another users calendar. 这个应用程序为我提供了一个客户端ID,密码,回复URL等。这些在PHP Webapp中使用,用户可以使用其凭据进行登录,然后使用我们自己的界面允许用户将项目放置在另一个用户日历中。

I am doing this on a development account, xxxxx.onmicrosoft.com. 我正在开发帐户xxxxx.onmicrosoft.com上执行此操作。

Is it possible for me to deploy this app to a clients office 365/AD account? 我可以将此应用程序部署到客户Office 365 / AD帐户吗? Or do I need the client to register their own app and then provide me with Client ID, Secret etc? 还是我需要客户注册自己的应用程序,然后向我提供客户ID,机密等?

What you want is called a Multi Tenant application, it is one of the options in the page where you manage your application. 您想要的被称为多租户应用程序,它是您管理应用程序页面中的选项之一。 There is a whole sample here 这里有一整样品这里

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

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