简体   繁体   English

在另一个 azure 租户中注册的团队中上传自定义应用程序

[英]Upload custom app in teams registered in another azure tenant

Can I upload a custom app in my teams for tenant "A"(I have the upload custom app link enabled by teams admin) which is not published to the Teams App store yet.我可以在我的团队中为租户“A”上传自定义应用程序吗(我有团队管理员启用的上传自定义应用程序链接)尚未发布到团队应用程序商店。

The custom app contains a bot registered with Microsoft bot framework and does not contain tabs.自定义应用程序包含一个在 Microsoft 机器人框架中注册的机器人,但不包含选项卡。

The Microsoft App Registration for this app is registered in other tenant "B" and the app doesn't require any special delegated or application permissions to Microsoft graph此应用程序的 Microsoft 应用程序注册已在其他租户“B”中注册,并且该应用程序不需要对 Microsoft graph 的任何特殊委托或应用程序权限

Yes this should work no problem.是的,这应该没问题。 Depending on what you app includes (Bot, Tab, etc.) these should work fine, provided:根据您的应用程序包含的内容(Bot、Tab 等),这些应该可以正常工作,前提是:

  1. the user's device can access the system no problem (eg if your tab is hosted on a public httpS url, versus let's say an internal-only address that only people in tenant "A" could access用户的设备可以毫无问题地访问系统(例如,如果您的选项卡托管在公共 httpS url 上,而不是假设只有租户“A”中的人可以访问的内部专用地址

  2. you don't have any tenant-specific filtering on (for instance, there are bot samples that show how to -restrict- your bot to only users from a specific tenant).您没有任何特定于租户的过滤(例如,有一些机器人示例显示如何将您的机器人限制为仅来自特定租户的用户)。 This is NOT the default though, you would have put this into your bot specifically.虽然这不是默认设置,但您可以专门将其放入您的机器人中。 By default it will work fine across tenants.默认情况下,它将在租户之间正常工作。

暂无
暂无

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

相关问题 Azure App 注册应该在主租户还是 b2c 租户以进行自定义 REST api - Should Azure App registration be on primary or b2c Tenant for custom REST api 允许访问另一个 azure 租户中的服务主体 - give access to service principal which is in another azure tenant 如何将一个订阅下的一个 azure 租户(帐户)keyvault 中的密钥共享到另一个订阅中的另一个 azure 租户(帐户)keyvault - How to share a key from one azure tenant(account) keyvault under one subscription to another azure tenant(account) keyvault in another subscription 最佳 Azure AD 解决方案自动将用户/组从一个 Azure AD 租户同步到另一个租户 - Best Azure AD Solution to automatically Sync Users/Groups from one Azure AD Tenant to another 我应该在 SaaS 应用程序中使用单个 Azure AD B2C 租户还是多个租户? - Should I use a single Azure AD B2C tenant or multiple tenants in a SaaS app? 将注册用户从一个 firebase 应用程序转移到另一个 - Transfer registered users from one firebase app to another Azure 注册应用报错:用户或管理员未同意使用ID为该应用 - Azure registered app error: The user or administrator has not consented to use the application with ID 如何通过自动 SSO 登录改进 Azure AD 企业应用程序中的非租户用户体验? - How to improve non-tenant UX in an Azure AD enterprise app with automatic SSO sign-in? 获取分配给在 Azure Active Directory - 应用程序注册中注册的应用程序的角色列表 - Get list of roles assigned to an app registered inside Azure Active Directory - App Registrations Azure 应用服务 linux 忽略自定义命令 - Azure app service linux custom command ignored
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM