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
No wonder I had issues with this too when I tried. It just didn't work. Quite interesting how many sample/demo apps out there just don't work right out the box...
Struggled for over an hour until I realized the URL for the WebAuthenticator is wrong.
In the code it is:
Url = new Uri(new Uri(Constants.BaseUrl), $"mobileauth/{scheme}")
And it should be:
Url = new Uri(new Uri(Constants.BaseUrl), $"mobileauth/signin{scheme}")
The text was updated successfully, but these errors were encountered: