简体   繁体   中英

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. 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.

I am doing this on a development account, xxxxx.onmicrosoft.com.

Is it possible for me to deploy this app to a clients office 365/AD account? Or do I need the client to register their own app and then provide me with Client ID, Secret etc?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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