-
Goal: I want users to authenticate using Google before they use a GraphQL resource so that my GraphQL server can tell who they are and act accordingly.
-
Steps: I've set up the OAuth 2.0 authentication documented here (Configure API authentication | Retool Docs). Authentication is succeeding, and I am able to use the "OAUTH2_TOKEN" magic string to send the authorization token to my server.
The trouble is that I don't need the authorization token; I need the ID token, aka the authentication token. Is there a way to access it? I haven't seen any documentation of a magic string for the ID token.
Also, I understand that I could implement similar functionality with the Enterprise plan and SSO, but I don't need SSO, and Retool tells me in this screenshot that it already has the ID token.