I am able to retrieve an access_token, refresh_token, and id_token from the oauth/token endpoint. I need to refresh both the id_token and the access_token for my API when they expire. However, the /delegation route that is documented to be used to refresh the tokens seems to only renew the id_token. How can I renew the API access_token as well?
Found my answer here Refresh Tokens.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Refresh token not generating id_token | 1 | 3746 | September 13, 2017 | |
| Do refresh tokens from legacy /ro endpoint work with new /token endpoint? | 3 | 4591 | October 12, 2017 | |
| Renew token doesn't return new id_token | 1 | 4559 | May 31, 2017 | |
| iOS Lock V2: Refresh token | 1 | 4215 | September 9, 2017 | |
| iOS Auth0 v2 refresh idToken | 2 | 4221 | August 17, 2017 |