Hi, I have tried to configure Google OAuth and Google Calendar, when I try to access through Google, I get the following error.
"Error 400: redirect_uri_mismatch".
I have other applications connected m.ediante Google OAuth, but here I do not know how to solve this inconvenience.
Odoo 17
Hi,
The URLs that are in odoo are:
accounts.google.com/o/oauth2/auth
googleapis.com/oauth2/v3/userinfo
the URL that I have placed in Google is the following:
midominio.com/auth_oauth/signin
The credentials were validated.
Even though the base URL is set with an HTTPS, the OAUTH uses a HTTP.
This is what is shown when you click on "error details" of the message "If you are a developer of this app, see error details."
Has anyone found a solution?