Reuse access token from MSAL in web view
问题 In my iOS app I'm currently authenticating through the MSAL iOS SDK and it's working fine. Somewhere in the app I'm also required to show a website (opened via UIWebView) that also requires the same Azure AD authentication. Since I'm already authenticated through the SDK and have an access token, is there any way to bypass authentication process in the web view? 回答1: You can use one of the following for cookie sharing: 1. ASWebAuthenticationSession in MSAL + open URL in Safari browser MSAL