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 URLs in authorization_endpoint aren't correctly resolved #71

Open
00dani opened this issue Oct 29, 2017 · 0 comments
Open

Relative URLs in authorization_endpoint aren't correctly resolved #71

00dani opened this issue Oct 29, 2017 · 0 comments

Comments

@00dani
Copy link

00dani commented Oct 29, 2017

On my site, 00dani.me, I've declared my authorisation endpoint like so:

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

The correct behaviour when attempting to log in to Woodwind as 00dani.me would be, therefore, to redirect to https://00dani.me/auth/indie with appropriate parameters. Woodwind, however, incorrectly redirects to https://woodwind.xyz/auth/indie instead - presumably it just tries to redirect to /auth/indie, and defaults to the same domain.

Other IndieAuth clients, like https://indieauth.com and https://telegraph.p3k.io, correctly resolve my authorisation endpoint. Woodwind should do the same.

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