Oauth down?

I'm currently getting an exception for connecting zotero accounts for my app in prod:

Invalid auth/bad request (got a 401, expected HTTP/1.1 20X or a redirect)
OAuthException {#2255 ▼
+lastResponse: "oauth_problem=verifier_invalid"
+debugInfo: null
}

I'm not sure this is on my end, is the Oauth service currently unavailable?
  • edited April 2, 2024
    Certainly not generally down. That looks like a legitimate error in the oauth handshake with a bad verifier. We haven't changed anything here and I don't see an obvious elevation in these errors.

    Did you change anything with the oauth process recently?

    It looks like you had a successful handshake from the IP you posted from shortly before you posted?

    edit: I've added some extra debugging on our end to get more information if something else is going on.
  • I didn't change anything specifically with Oauth but just added Roadrunner to our PHP app which has resulted in some weirdness, so I guess that could explain it?
  • @fcheslack

    I figured it out! Apparently for some reason I didn't need to send the verifier token before, but now I do. Adding it in fixed it.
Sign In or Register to comment.