Skip to main content
Solved

Unexpected behavior during token refresh in oauth

  • August 22, 2024
  • 1 reply
  • 140 views

Sezin_Karli

In case we provide code during oauth2 so that we can interact with rest api, we can get an access token and its fine. When we want to refresh this token, endpoint replies with 400 telling that code is missing although I don’t see it being expected in authorization params. Any help is appreciated.

Best answer by Engineering_team

I realized that the error I’m facing is caused by my usage of the same url for both access token and refresh token while they should have different urls.

This topic has been closed for replies.

1 reply

I realized that the error I’m facing is caused by my usage of the same url for both access token and refresh token while they should have different urls.