Unanswered: SOAP with browser certificate authentication
Unanswered: SOAP with browser certificate authentication
Hi, is it possible for sencha to get the information of certificates stored in the browser? I need to securely connect to a SOAP web service using PKCS12 certificates stored in my customer's browser.
I NEED this to be done on the client side, with javascript, since my customers will not upload their certificates to the server.
If sencha does not provide a solution for this, does anybody know a JS lib to do this? (Notice that the problem is NOT that I need a library to manipulate certificates, I can use forge for that. I need a library that can ACCESS the certificate stored in the browser)