ios – WkWebView has stopped the working on account of unsupported browser restriction by Intune coverage

0
163


I’ve one iOS utility totally developed with WKWebView which hundreds all of the Auth-based URLs and Sharepoint content material which requires the organisation login authentication. If we load the URL the primary time it asks for the login and after profitable authentication, it hundreds the URL and saves the auth token in cache and the following time it really works with out asking for login.

However now organisation has made some adjustments in Intune coverage they’ve restricted the browser (Safari & Edge are solely allowed) for accessing the organisation’s knowledge, So our WKWebView shouldn’t be supported by Intune coverage and we aren’t capable of login now, Additionally we cannot use SFSafariViewController on account of its limitation of body customisation and add as a subview contained in the app.
How can we give you an answer for this difficulty?

Observe: We’ve got already the entry token getting by the MSAL framework as a result of the MSAL framework is utilizing SFSafariViewController and that’s allowed by the Intune coverage.

How can we use this MSAL entry token to load content material in Webkit by sending in a request header?

enter image description here