Skip to content

Wrong URL in DemoApp #10

@erickaleida

Description

@erickaleida

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions