简体   繁体   English

使用应用程序多租户登录Azure

[英]Login in Azure with Application multi-tenant

In Office 365 I have an api registered with "krunal@mydomin.com" credential and I'm creating an API to log in with Office 365 as well as a folder in Office 365. 在Office 365中,我有一个用“ krunal@mydomin.com”凭据注册的api,并且我正在创建一个API来登录Office 365以及Office 365中的文件夹。

My question is how can other people with "someone@hisdomin.com" use my API ? 我的问题是“ someone@hisdomin.com”的其他人如何使用我的API? As it is now, this does not work. 到目前为止,这是行不通的。

Is it possible ? 可能吗 ?

FYI : Application is multi-tenant = "YES" 仅供参考:应用程序是多租户=“是”

在此处输入图片说明

Is it possible for " someone@hisdomin.com " to login and create folder in Office 365 ? someone@hisdomin.com ”是否可以在Office 365中登录并创建文件夹?

Any help or suggestion will be appreciated. 任何帮助或建议,将不胜感激。

Users that are members of your Office 365 like someone@yourdomain.com are able to access your API. 作为Office 365成员的用户(例如someone@yourdomain.com)可以访问您的API。 If you want that someone outside of your organization accesses your API you will need to add this user as an external user in your office 365 如果您希望组织外部的人访问您的API,则需要将此用户添加为Office 365中的外部用户

https://support.office.com/en-us/article/Manage-external-sharing-for-your-SharePoint-Online-environment-c8a462eb-0723-4b0b-8d0a-70feafe4be85 https://support.office.com/en-us/article/Manage-external-sharing-for-your-SharePoint-Online-environment-c8a462eb-0723-4b0b-8d0a-70feafe4be85

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

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