EsriSecurityException while Utilizing Client's Map services

59 views Asked by At

Working on an Android app which utilizes ArcGIS Android SDK. In the project, I am having a requirement where in I need to show some maps of our client. Those services are all secured and can be accessed only via VPN. The VPN server type is Juniper for which I had installed Junos Pulse app in my phone. Made the VPN connection in Junos Pulse app. Trying to make a ArcGISTiledMapServiceLayer instance by passing the URL of my client's map service. But it's giving me EsriSecurityException.

Would like to know is my app not able to recognize the VPN connection made in Junos Pulse app? Other than providing the credentials (while making the VPN connection) do I still have to pass the credentials by my app as well? If yes, in what format?

Can somebody please guide on how can I utilize some secured Map Services of a particular domain?

Thanks.

1

There are 1 answers

0
Gary Sheppard On

Get your VPN connection working and your ArcGIS services will work. This is a problem with Junos Pulse, not with ArcGIS.