Scenario: Application open and user sign in with MSAL thru ASWebAuthenticationSession, or custom WKWebView.
webViewParamaters?.webviewType = .authenticationSession
after that, I have the access token and can GET data. When I open WKWebView or SFSafariViewController with a secure website that is using the same MSAL authentication service, it is asking for authentication again.
Can I send access token/cookies or do something so will not ask for authentication the second time when I open WKWebView or SFSafariViewController?