Azure AD B2C Msal integration with Ionic

We are trying to integrate azure msal-react module into our React ionic app,
but in native devices the msal flow is not working on redirect back to the ionic app(it works perfectly in browser), T
here seems to be a dead end on MS side:-

But has it been tried by anyone? any suggestions?
Is Ionic Auth Connect the only fool proof way to get it working?
Seeking Guidance

1 Like

I couldn’t even get Auth Connect working on native iOS/Android devices. All instructions/tutorials I see are just workin in web with “ionic serve”. As you say the page does not redirect back successfully.

Hi. Did you find any solution?