"Token was globally revoked" when trying to get AUTH token

When I try to get auth token by https://auth.atlassian.com/oauth/token, Jira responds with 401 error:

{
"error": "unauthorized_client",
"error_description": "Token was globally revoked"
}

I am managing oauth correctly but still getting the error.

I have gone though all docs and support but none has described about this error, Can you please help me over this.

2 Likes

We have had the exact same problem. Does anyone know in which situation this error is triggered?

1 Like

I am also noticing this error. Does anyone have any insights on why it is happening?

@FrankKe @KiranKNair and others who might hit this error,

There’s not enough information in the error message alone to solve this. @ManasPurohit said they also exhausted our developer support. However, that channel is currently the best option for most authentication problems because the best way to debug include sharing secrets or other client-unique information (like X-Atlassian-* response headers). For those who would prefer to share their problems here in the community, please follow these community guidelines:

I’m going to lock this thread in favor of having new topics with the details of each case. Please provide details like how you have executed the flow (which language & library), what scopes you have selected and sent, and which target APIs you are trying to use.