Skip to main content
Sezin_Karli
August 22, 2024
Solved

Unexpected behavior during token refresh in oauth

  • August 22, 2024
  • 1 reply
  • 214 views

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.

This topic has been closed for replies.
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.

1 reply

August 23, 2024

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.