Hey @max1, you can add the connection name in the querystring parameter connection
, in this case, for google using oauth2 it would be connection=google-oauth2
.
I suggest you to use the /authorize
endpoint as it is described in the documentation: Call Your API Using the Authorization Code Flow with PKCE
I tested the parameter it and it works with the /authorize
endpoint
Cheers,
Alejo.