-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bug: Posting from Omnibear with IndieAuth fails. #133
Comments
This is interestingly telling. This suggests that somehow, the scope information isn't making it from IndieAuth into Micropub. But why would it on some sites and not on others. |
It's also strange that it would occur for Omnibear, but not some other MP clients like Quill…? |
Is Omnibear requesting scopes differently when authenticating to the auth endpoint? |
At the very least, we should initialize the variables before use. @keithjgrant What scopes does Omnibear request? |
Hm... Skimming the code (albeit on phone, so I could be missing something) it doesn't look like Omnibear specifies. That could be the issue, depending whether different auth services fallback to all scopes by default, or null set...? |
We don't fallback. |
https://indieauth.spec.indieweb.org/#authorization-request - I'd better go check my code on the IndieAuth plugin. |
This is not related to the Semantic Linkbacks problem. |
Top is Omnibear, bottom is Quill in my access logs. Not sure jf anything useful there, but documenting nonetheless. |
I’m running latest plugin releases. Attempted reacji w/Omnibear in firefox
(Originally published at: https://crw.moe/b/Xg) |
This has been determined to be a problem with cookie authentication preventing the token authentication from being used. Solution at this time is to log out of the site on the browser you are using to post. |
Using master of WP Indieauth & micropub plugins, attempting to post from Omnibear results in 2 errors
I recall changes to these two lines in another issue, but do not recall where that issue was (maybe Indieauth plugin?)
Omnibear reports failure to authenticate with micropub endpoint.
The text was updated successfully, but these errors were encountered: