Getting user credentials from Junos Pulse inside a iOS App

蓝咒 提交于 2019-12-11 03:16:54

问题


I am establishing a VPN connection in my iPad through Junos Pulse to get into my organization's intranet. Can anyone let me know if there is any iOS api or SDK available to get the user credentials entered in Junos pulse inside the iOS application ?


回答1:


Junos Pulse (or Pulse Secure now) has an AppConnect SDK, this is straight from their guide:

The AppConnect SDK is a set of APIs and libraries, provided by Juniper, that allows mobile application developers to directly open socket-based SSL VPN connections to a Connect Secure Gateway. From the point of view of the Connect Secure Gateway, these tunnels mirror all other forms of AppConnect tunnels. The integration is done at the code level. Any application that integrates with the AppConnect SDK needs to be recompiled and manually deployed to the end users. The AppConnect SDK is best leveraged by container solutions or in-house applications that are deployed without the use of an MDM solution. The APIs include authentication and connection management functions. Connections can be shared across multiple applications on a single device. Contact your Juniper sales representative for more details regarding AppConnect SDK.

Unfortunately as you can read in the last paragraph it is only available through your organisation Juniper sales representative.



来源:https://stackoverflow.com/questions/15300840/getting-user-credentials-from-junos-pulse-inside-a-ios-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!