Refresh Tokens Comes Invalidated when Requested to Authentication API

Overview

The customer wants to obtain a new Access Token from the Authentication API but the response comes rejected.

Steps to Reproduce

  • POST /oauth/token with:
    • Client ID
    • Client Secret
    • Grant type: refresh_token
    • Refresh token

Applies To

  • Refresh Token
  • Invalid Grant

Cause

As Refresh Token (RT) Rotation only allows to use an RT once, it gets invalidated after that and it can't be twice.

 

Troubleshooting

  1. Check if Rotation is active for Refresh Tokens 

Solution

Recommended content

No recommended content found...