简体   繁体   English

与另一个组织的员工共享 Windows 10 商店 uwp 应用程序

[英]share windows 10 store uwp app with employees of another organization

We recently deployed a windows 10 store uwp app.我们最近部署了一个 Windows 10 商店 uwp 应用程序。 We can install the app using hotmail/live/outlook sign in and use it.我们可以使用 hotmail/live/outlook 登录安装应用程序并使用它。

Some of our users are employees of another organization (using windows 10 operating system) and they are not allowed to sign in to store with hotmail/live/outlook .我们的一些用户是其他组织的员工(使用 Windows 10 操作系统),他们不允许使用 hotmail/live/outlook 登录存储。 They use their own @contoso microsoft azure ad account.他们使用自己的@contoso microsoft azure 广告帐户。

I have gone through below link but it only talks about within an organization.我已经浏览了以下链接,但它只在组织内部讨论。

https://docs.microsoft.com/en-us/microsoft-store/distribute-apps-from-your-private-store https://docs.microsoft.com/en-us/microsoft-store/distribute-apps-from-your-private-store

Is that possible to share windows 10 store app with employees of another organization who cannot user microsoft personal account .是否可以与无法使用 Microsoft 个人帐户的其他组织的员工共享 Windows 10 商店应用程序。

It's not possible to do this with your own local private store.使用您自己的本地私人商店无法做到这一点。 The linked document explains it all.链接的文档解释了这一切。

You need a Windows domain for the private store to live in. Only domain members can be assigned permissions.您需要一个 Windows 域才能让私有商店驻留在其中。只有域成员才能被分配权限。 You would need some way to integrate your remote users into your ActiveDirectory environment.您需要某种方式将远程用户集成到 ActiveDirectory 环境中。

This would mean that the computers they are using would need to be uniquely joined to and able to contact your domain controller for everything, even just logging into their computer, and they would not be able to simultaneously be joined to two separate domains (assuming they have a different environment where they are).这意味着他们正在使用的计算机需要唯一地加入并能够联系您的域控制器以获取所有信息,即使只是登录他们的计算机,并且它们将无法同时加入两个单独的域(假设它们他们所处的环境不同)。

A simple solution, however, is to simply distribute an MSIX package and have your remote clients manually sideload the app.但是,一个简单的解决方案是简单地分发 MSIX 包并让您的远程客户端手动旁加载应用程序。

There are also other options outlined in that document that would allow your remote clients to set up their own local private store and they could then invite you to additionally publish to their private store so that your app would be available in both your domain's private store as well as in the private store of the domain that your remote clients are members of.该文档中还概述了其他选项,允许您的远程客户设置他们自己的本地私人商店,然后他们可以邀请您额外发布到他们的私人商店,以便您的应用程序可以在您域的私人商店中作为以及在您的远程客户端所属的域的私有存储中。

When an enterprise chooses to invite you to publish apps for their exclusive use, you'll get an email that includes a link to confirm the association.当企业选择邀请您发布专供其使用的应用程序时,您将收到一封电子邮件,其中包含确认关联的链接。 You can also confirm these associations by going to the Enterprise associations section of your Account settings (as long as you are signed in with the Microsoft account that was used to open the developer account).您还可以通过转到帐户设置的企业关联部分来确认这些关联(只要您使用用于打开开发人员帐户的 Microsoft 帐户登录)。

Your Microsoft developer account can then have associations with any number of remote Enterprise clients so that you can publish your application to any number of remote private stores.然后,您的 Microsoft 开发人员帐户可以与任意数量的远程企业客户端关联,以便您可以将应用程序发布到任意数量的远程私有商店。 Your remote clients would need to take responsibility for setting up their own private store and for inviting you to publish to it.您的远程客户需要负责建立自己的私人商店并邀请您向其发布。

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

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