[bug] OAuth Returns "Invalid Username/Password" on Certain Apps #704
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#704
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
OTP
Extra details
No response
Version
Latest Stable
PostgreSQL version
No response
What were you trying to do?
I'm trying to set up some integrations with the Masto API implementation. Most apps work, but I'm having a hard time with these two:
What did you expect to happen?
The approve button should complete the OAuth step and redirect, finishing the cycle.
What actually happened?
When I try to log in with certain integrations via the MastoAPI, I get stuck at an OAuth screen that doesn't actually let me log in.
Regardless of whether the credentials are correct or not, I get the message "Incorrect Username / Password" when trying to Approve the app.
Logs
No response
Severity
I cannot use the software
Have you searched for this issue?
sounds like those apps are handing oauth incorrectly?
not quite sure what else would be the issue, if other things work and the apps that are the only factor that changes then it sounds like it's a client issue
I guess what's weird is that it gets all the way to the Authorize screen, but doesn't proceed beyond that? It's like there's a disconnect on who the user is?
I'll see if I can recreate it on a local setup with logs. Super weird.
bear in mind that this error can also mean the the client passed a bad oauth application, or the redirect URL registered does not match the one used