hello Apidog Team,
i have an application that using google oauth to generate jwt token. it’s works fine if im using frontend but i dont know how to simulate that using Apidog. i have tried to using oauth 2.0 type with authorization code grand type. but the request to my redirect url is using POST method, this is different if i use frontend that using GET method.
The Access Token URL is usually different from the Callback URL. It is usually provided by a third-party service (such as Google), not the localhost. Please check whether the Access Token URL is correct.
im using passport oauth and i dont see something like access token url there. sorry this is first time im using oauth
yes exactly
Thanks for the info. We will try to see if we can reproduce the issue.
for more context, i follow this guide with some modification Sign In with Google Tutorial. they give a example app to try. anyway thank you for your response, really appreciate it