Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Refreshing an access token #62

Open
lwb4 opened this issue Sep 1, 2017 · 0 comments
Open

Refreshing an access token #62

lwb4 opened this issue Sep 1, 2017 · 0 comments

Comments

@lwb4
Copy link

lwb4 commented Sep 1, 2017

I tried to follow auth0's tutorial for refreshing my access token, but I get the following error in Postman:

{
    "error": "invalid_grant",
    "message": "The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.",
    "hint": "Check the configuration to see if the grant is enabled."
}

This is a screenshot of my Postman setup:

Postman screenshot

Is there some configuration I have to do on the backend to support refresh tokens?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant