I’m using a custom OAuth IdP, went through all the stuff to get the authenticated user’s IdP access token, but it’s expired and not refreshed. I can refresh it with the IdP’s endpoint and make the API call to the IdP’s server using the refreshed access token, but the problem is the access token stored in Auth0’s server will still be the old set (of the unrefreshed access token and the refresh token that I just used).
What do I do?