Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong URL in DemoApp #10

Open
erickaleida opened this issue May 4, 2024 · 3 comments
Open

Wrong URL in DemoApp #10

erickaleida opened this issue May 4, 2024 · 3 comments

Comments

@erickaleida
Copy link

erickaleida commented May 4, 2024

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}")

@quintonv
Copy link

quintonv commented May 5, 2024

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...

@chuckgiddens
Copy link

Yup, I fixed the same problem. Not sure how this sample got published.

@chuckgiddens
Copy link

Using ngrok solves a lot of problems but I am getting this now:
image

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants