Posts

Post not yet marked as solved
5 Replies
I did not see any errors like that. The logs didn't even indicate that the Kerberos SSO extension was handling the request.
Post not yet marked as solved
5 Replies
I should have mentioned that my app uses Cordova. I have found that my configuration works when I remove the Cordova plugin and configuration to use WKWebView. This may be due to how the plugins instantiate and configure the WKWebView, but note that I am also adding native calls with NSURLSession that also fail when WKWebView is present and succeed when it is not. The video I referenced states that WKWebView is supported, and it's strange that the native calls would fail as well.