SDK 37 WebBrowser.openAuthSessionAsync

Please provide the following:

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all): Android/iOS

Im starting up an auth session with
const result = await WebBrowser.openAuthSessionAsync(loginUrlCompl, redirectUrl);
where webrowser is expo-web-browser
which gives me a webrowser as expected. But inside that window trying to login I get invalid user credentials from my idp which indicates wrong username and password.
This is not the case since my old app version based on sdk 36 works just fine and running the app with sdk 37 inside expo also works fine. IOS and Android has the same error.
Im thinking if there are the any new prereqs on the html page we redirect to with WebBrowser.openAuthSessionAsync now in sdk 37 or any other hints?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.