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

Relative IndieAuth endpoint URL results in “There was a problem!” #172

Closed
Zegnat opened this issue Dec 7, 2017 · 0 comments
Closed

Comments

@Zegnat
Copy link
Contributor

Zegnat commented Dec 7, 2017

Using the following for end-point discovery on https://vanderven.se/martijn/:

        <link rel="authorization_endpoint" href="/martijn/auth/">

Will result in a “There was a problem!” page on IndieAuth.com after authenticating with my endpoint. So initial redirect is fine.

Everything works when I turn it into a fully resolved URL:

        <link rel="authorization_endpoint" href="https://vanderven.se/martijn/auth/">
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

1 participant