I have followed the guide here to retrieve the IDP access token from the users full profile. I have what looks like a google oauth-token starting “ya2…” from the “identities” array as expected but I am unable to use this against the google API and get following error in response headers from google
If I hit the API directly via postman with the access_token in the query string i get the following. I can use the API explorer to construct a request that has a similar looking token and it works so its definitely an issue with the access_token auth0 is providing me.