Thank you for detailed information.We made some modification on server side respondings, and decided to use SFAuthenticationSession instead of WKWebView.
Post
Replies
Boosts
Views
Activity
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.