0

I have one iOS application fully developed with WKWebView which loads all the Auth-based URLs and Sharepoint content which requires the organisation login authentication. If we load the URL the first time it asks for the login and after successful authentication, it loads the URL and saves the auth token in cache and the next time it works without asking for login.

But now organisation has made some changes in Intune policy they have restricted the browser (Safari & Edge are only allowed) for accessing the organisation's data, So our WKWebView is not supported by Intune policy and we are not able to login now, Also we can not use SFSafariViewController due to its limitation of frame customisation and add as a subview inside the app. How can we come up with a solution for this issue?

Note: We have already the access token getting by the MSAL framework because the MSAL framework is using SFSafariViewController and that is allowed by the Intune policy.

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

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44
Vikas Rajput
  • 1,754
  • 1
  • 14
  • 26

0 Answers0