Hey,
i am trying to authenticate my service using oauth to jira.
The problem is that after i got my oauth token from the following url:
JIRA_BASE_URL + "/plugins/servlet/oauth/request-token"
for example: Cdx97C3RoMGtmYltDDsnSjgyexY3wOtP
i try to redirect the user to the jira authorization screen with the following url:
JIRA_BASE_URL + "/plugins/servlet/oauth/authorize?oauth_token=Cdx97C3RoMGtmYltDDsnSjgyexY3wOtP"
but i get the following error as a response:
{
"error_description": "Could not find access token",
"error": "invalid_token"
}
On another jira instance everything is working fine, but not on this client environment.
Any ideas? Application link looks good.
Hi there,
I'm currently having the same problem with a client.
Did you find the problem in this case?
Best regards,
Rui
Hey,
no we didn't. Customer switched to another Jira instance and the issue was gone.
Reinstall Jira or likewise maybe that could help.
Carlo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.