Hello,
I am developing an app which has a webview embedded in it. We have our own AD server for authentication. After 2 url request, it automatically goes to an url that requests for credentials in safari browser. But in xcode it doen't. I need some tips where i can handle that request, add some credentials and then allow to procced. The response will have cookies based on that we classify customers. I have implemented it in WKwebview but the tokens from the active directory i not accessed. Please guide me as i am new to xcode development!!