I am using the refresh_token
to get a new id token as described here: https://stackoverflow.com/a/38284384
kgaidis and yevgen suggest two different methods. I am able to successfully use the refresh_token
to get a new id_token
using both methods, however, attempting to use the new id_token
that I receive, I am seeing the following error:
Invalid id_token in IdP response: id token is not issued by Google.