You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our SSO extension makes background requests as a result of which the requests got cancelled.
I tried the workaround by using : var handler = new NSUrlSessionHandler() { BypassBackgroundSessionCheck = false, // readd the hack }; var httpClient = new HttpClient (handler);
and that seemed to not cancel the request and I was able to SSO fine.