You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Hello. When I tried to connect with ZendOAuth to Jira, I was always getting the same error, something like oauth_problem=nonce_used. That meant that oauth_nonce value was already used for other request.
I checked out and found that requests to service provider are sending in cycle to find preffered request style - code.
Maybe it is okay, but request params generation happens before cycle (here and here)
Hello. When I tried to connect with ZendOAuth to Jira, I was always getting the same error, something like
oauth_problem=nonce_used
. That meant thatoauth_nonce
value was already used for other request.I checked out and found that requests to service provider are sending in cycle to find preffered request style - code.
Maybe it is okay, but request params generation happens before cycle (here and here)
So
oauth_nonce
in request cycle never changes as it should: http://oauth.net/core/1.0a/#nonceThis makes ZendOAuth unusable with some service providers (like Jira) that strictly checks
oauth_nonce
to be unique for each request.The text was updated successfully, but these errors were encountered: