mobileauth-lib
mobileauth-lib copied to clipboard
Wrong URL in DemoApp
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}")
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...
Yup, I fixed the same problem. Not sure how this sample got published.
Using ngrok solves a lot of problems but I am getting this now:
Any ideas?