You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn on "Force Token Refresh" (This is just so you don't have to wait for the token to expire. Another option is to just wait for a couple hours and trigger the oauth2 node again).
Obtain an OAuth2 code using the button in the config editor:
Trigger the node two times.
What happens?
The first time succeeds, the second time throws an error Missing required parameter: code. The first time is using the authorization_endpoint, and the second time is using access_token_url. The second request does not seem to include the code parameter. I wonder if it was not saved to the credentials object correctly?
Which node are you reporting an issue on?
oauth2
What are the steps to reproduce?
Enable Implicit Flow
Set the required parameters for use with Google OAuth2 and Google Calendar:
Turn on "Force Token Refresh" (This is just so you don't have to wait for the token to expire. Another option is to just wait for a couple hours and trigger the oauth2 node again).
Obtain an OAuth2 code using the button in the config editor:
Trigger the node two times.
What happens?
The first time succeeds, the second time throws an error
Missing required parameter: code
. The first time is using theauthorization_endpoint
, and the second time is usingaccess_token_url
. The second request does not seem to include thecode
parameter. I wonder if it was not saved to the credentials object correctly?Full error:
What do you expect to happen?
Token refresh should include the code correctly.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: