Certificate authentication using WKWebView

I have implemented a mini browser using WKWebView. This implementation works with https web server with password authentication.

But this fails when the two factor authentication is enabled using a client certificate. The two factor authentication using client certificate works from Chrome and Safari browser.

Any idea how to implement this?

Certificate authentication using WKWebView
 
 
Q