0

I authenticate using the authenticator app and the web api calls also succeed. I have some parts of the application, which need to be opened in an internal browser, but when I'm trying to render the content in browser, it asks me to re-authenticate at least once. Next time it won't...

Is it possible to avoid this ?

Version: - MSAL (1.2.4)

  • You can read about sso and cookie sharing here https://learn.microsoft.com/en-us/azure/active-directory/develop/customize-webviews#cookie-sharing-and-single-sign-on-sso-implications - WKWebView does not share cookies for SSO. You might be able to inject the required values https://stackoverflow.com/questions/26573137/can-i-set-the-cookies-to-be-used-by-a-wkwebview Or you could look at providing the access token you have already to your web service via POST – Paulw11 Jan 17 '23 at 20:30

0 Answers0