You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 360 seconds timeout of the token, oauth2 client (I have tried different clients, same issues) failed to refresh token:
Original error: [oauth2] Failed to refresh token url=https://online.planmill.com/:instance/api/oauth2/token status=400
Any ideas about this? Thanks!
The text was updated successfully, but these errors were encountered:
{"error":"invalid_grant","error_description":"The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client."}
As per our experience this seems to be due to non-compliant refresh flow (see https://tools.ietf.org/html/rfc6749#section-2.3.1). The server should accept client credentials in Authorization header but unfortunately this implementation only accepts the client_id and client_secret values in request-body.
After 360 seconds timeout of the token, oauth2 client (I have tried different clients, same issues) failed to refresh token:
Original error:
[oauth2] Failed to refresh token url=https://online.planmill.com/:instance/api/oauth2/token status=400
Any ideas about this? Thanks!
The text was updated successfully, but these errors were encountered: