Post

Replies

Boosts

Views

Activity

Reply to How to get client certificate from application
Hello,I'm currently facing a similar situation.We're using WKWebView. In its delegate method didReceiveAuthenticationChallenge, I managed to access distinguishedNames.The problem is, I don't know how to get credential from certificate that is installed by MDM.Apparently our website managed to work when accessing with SFSafariViewController.>The only automatic way of doing that is to rely on an obscure feature of the authentication challenge, namely the distinguishedNames property of the protection space associated with the challenge.I appreciate so much if you could show my how to let this done.
Dec ’19