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
I'm not sure if google's implementation is non-standard, but I've found that to get the access_token I need to use a "POST" instead of a command. However simply setting access_token_method to "POST" is not sufficient because "handle_oauth2_response" puts the remote_args into the url instead of the body.
This may require a separate ticket, but google also expects an additional argument "grant_type" which needs to be set to "authorization_code".
The text was updated successfully, but these errors were encountered:
I'm not sure if google's implementation is non-standard, but I've found that to get the access_token I need to use a "POST" instead of a command. However simply setting access_token_method to "POST" is not sufficient because "handle_oauth2_response" puts the remote_args into the url instead of the body.
This may require a separate ticket, but google also expects an additional argument "grant_type" which needs to be set to "authorization_code".
The text was updated successfully, but these errors were encountered: