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 ?
-
Have you found anything on this? – Tom Nov 15 '13 at 18:44
-
I haven't gotten any solution yet. – Ashok Ambrose Jan 03 '14 at 18:57
-
anyone found the solution. – Muhammad Usman Aleem Jun 27 '14 at 12:50
1 Answers
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.

- 789
- 4
- 15