Getting this error when I try to integrate.
Request Id: cc34503a-42e2-4040-ac97-acb2f1c11700
Correlation Id: d06de391-9f4e-46e8-aabf-504f6825e61c
Timestamp: 2024-09-04T03:41:01Z
Message: AADSTS50011: The redirect URI 'http://crm.yourfavoritelender.pro/microsoft_outlook/confirm' specified in the request does not match the redirect URIs configured for the application ''. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this.
Now, as you can see in the message, the redirect URI is missing the s in https://
My website is absolutely using https, not sure where to set this, or how to fix it. In the application hosted on the Encanta application (azure portal), the uri is set correctly to https:// is there a place inside of Odoo where I can set the URI to use https, instead of http?
Thanks!
Hey @Mera Code
Do you know where the code is at? I can read it if I can find it, and figure out what the problem is, and make a fix.
Mera Code for the win!
Mera Code
2 days ago
Found the culprit. It was a parameter put wrong.
Developer Mode -> Technical -> Parameters -> System Parameters -> web.base.url
The URL placed there didn't have https.