Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

OAuth authorization not working: Could not find access token

Carlo Nölle
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 6, 2019

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. 

1 answer

0 votes
Rui Rocha March 24, 2022

Hi there,

I'm currently having the same problem with a client.
Did you find the problem in this case?

Best regards,

Rui

Carlo Nölle
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 24, 2022

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

Rui Rocha March 24, 2022

Hi,

Thank you very much for your reply.

I will continue to investigate and if I have any conclusions I will post here for future cases.

Rui

Suggest an answer

Log in or Sign up to answer