-
Notifications
You must be signed in to change notification settings - Fork 0
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
Can't authenticate with commentpara.de: Missing element "scope" in authorization_endpoint response #14
Comments
It sounds like this app is trying to post to the authorization endpoint, but it should be posting to the token endpoint instead? |
I uploaded a new version that fixes this problem. Can you try it? (Originally published at: https://p83.nl/p/599) |
I had found this problem as well. It was fixed in f9a1336 (Originally published at: https://p83.nl/p/600) |
If this app is a Micropub client, it should be doing the authorization flow rather than the authentication flow. https://indieauth.spec.indieweb.org/#authorization In this flow, the client only makes a POST request to the token endpoint, not to the authorization endpoint. |
This issue does not occur in Wrimini 0.0.10-alpha. |
After #13 was fixed in commentpara.de, I have another issue.
I get an error:
It posts to
https://commentpara.de/auth.php
:and gets in return:
The spec says in "5.4 Authorization Code Verification"
The text was updated successfully, but these errors were encountered: