Hi,
My question is: is there a way to use the installed identity certificates on the phone from within my app. For example similar case like with Safari: if certain site requires client certificate, the user has to install it on the phone and then when authenticating Safari uses the installed certificate to authenticate. I need to do the same:
- User installs certificate on the phone.
- The user starts the application and authenticates using the installed certificate.
Thanks