Desktop version

Main > Forum > 1C:Enterprise Platform > 1C:Enterprise. Mobile platform > Mobile Platform and Certificate Based Authorization

Forum

Search UsersRules
Mobile Platform and Certificate Based Authorization
#1
Interested
Points:: 0
Joined:: Apr 5, 2012

Hi,

In mobil platform is there way to connect to web service by CBA method? By analyzing syntaxt assistant realized that in mobile application we can connect to https protocol only by client certificate file.

Needed certs are installed to mobile device. So is there way to force user to choose needed client certificate? Or in mobile plaftform connection to ssl service may be only by providing certificate files (*.PFX; *.P12;*.PEM formats) for client certificate and server certificate?

Profile
#2
Just came
Points:: 0
Joined:: Oct 3, 2019

Hi Murat,

Could you provide more details about what exactly you are trying to implement?

For Android platform you can install certificate using the following code:

Code
...

newIntent = new MobileDeviceApplicationRun();
If newIntent.RunningSupported() Then
newIntent.Action = TrimAll("android.credentials.INSTALL");
Message(newIntent.Run(True));
Message("OK");
Else
Message("Not supported!");
EndIf;

...

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.