简体   繁体   English

Angular WebPart 在 MobileIron 中不起作用

[英]Angular WebPart doesn't work inside MobileIron

Our company makes a web-site based on SharePoint, and one of its WebParts is made with Angular.我公司基于SharePoint做一个网站,其中一个WebParts是用Angular做的。 It works with any browsers and devices, except Web@Work on a mobile device inside MobileIron infrastructure.它适用于任何浏览器和设备,除了 MobileIron 基础架构内移动设备上的 Web@Work。

As far as I know Web@Work uses MobileIron for security and management (AppConnect mode).据我所知,Web@Work 使用 MobileIron 进行安全和管理(AppConnect 模式)。 If that infrastructure is absent, it works in standalone mode (non-AppConnect mode) and it is not secured or managed by MobileIron.如果该基础设施不存在,它将在独立模式(非 AppConnect 模式)下工作,并且不受 MobileIron 保护或管理。

So, this WebPart works on Web@Work in standalone mode, but doesn't inside MobileIron infrastructure.因此,此 WebPart 以独立模式在 Web@Work 上工作,但不在 MobileIron 基础架构中。

And also it's not possible to debug it with that browser.而且也无法使用该浏览器对其进行调试。 Are there any settings in MobileIron that can cause this problem? MobileIron 中是否有任何设置会导致此问题?

I don't think you have an issue with Web@Work, but rather with the AppTunnel which is a VPN functionality inside of AppConnect.我不认为您对 Web@Work 有问题,而是 AppTunnel 是 AppConnect 内部的一个 VPN 功能。

If your app requires a VPN in order to work than this is what is causing an issue if it's not configured properly.如果您的应用程序需要 VPN 才能工作,那么如果配置不正确,这就是导致问题的原因。

If you are in contact with the admins that manage the MobileIron platform then you can try these things:如果您与管理 MobileIron 平台的管理员联系,那么您可以尝试以下方法:

  • Try to remove all the tunnel rules for your app and test from their local environment.尝试删除您的应用程序的所有隧道规则并从其本地环境中进行测试。 Also make sure the app is accessible on the device through a normal browser like Safari or Chrome when doing this.执行此操作时,还要确保可以通过 Safari 或 Chrome 等普通浏览器在设备上访问该应用程序。
  • You might need to set-up some of the tunnel rules inside the MobileIron Admin Panel.您可能需要在 MobileIron 管理面板中设置一些隧道规则。 you should talk to the customer in order to do this.您应该与客户交谈才能做到这一点。 If they don't know maybe they should reach out to MobileIron support to help with the configuration.如果他们不知道,也许他们应该联系 MobileIron 支持以帮助进行配置。

They might have configured rules for the VPN inside Web@Work for other apps but not for the endpoints that your app requires.他们可能在 Web@Work 中为其他应用程序配置了 VPN 规则,但没有为您的应用程序需要的端点配置规则。

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

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