-
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
Authorization Code Verification Request is malformed #20
Comments
This needs to verify the data included in the Token request. there is no Client ID could be added if there's good reasons to do so, but I'm not sure it's needed. |
Does this require the addition of |
For reference, I use SelfAuth as my auth_endpoint, with its source at https://github.com/Inklings-io/selfauth/blob/master/index.php |
Resolved via discussion, tl;dr form starts at https://chat.indieweb.org/dev/2019-10-30#t1572457299643200 - will continue discussion in #18 |
At this point in the spec: https://github.com/sknebel/AutoAuth/blob/master/AutoAuth.md#authorization-code-verification-request
There seem to be two errors, relative to what IndieAuth providers expect:
callback_url
should beredirect_uri
client_id
is requiredThis is at least the case on all of the IndieAuth endpoints I've tried against (namely SelfAuth and commentpara.de).
The text was updated successfully, but these errors were encountered: