Skip to Content
Menu
This question has been flagged
3 Replies
2234 Views

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!

Avatar
Discard
Author

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.

Author

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.

Best Answer

Having the same issue.


I'm also hosting outside odoo server. Using the https protocol all around but request sent for mail connection to outlook is http. I think it's odoo's internal issue. The code responsible for sending the request is missing an 's' in the syntax.


Can someone suggest the code where this can be set?

Avatar
Discard

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.

Author Best Answer

Mera Code for the win.  Dropping the answer a few times in here to make sure it's listed right, or at least cataloged.


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.





Hey Albert!

So, I am waiting to hear back from someone.  But let me go over my layout to see if we're both setup the same way

I am using a self hosted version, in docker.  I'm using cloudflared as my https.  I'm using the http://localhost:port  on my side, so, https is being presented over cloudflare, but locally as http.  

I'm wondering if that is the problem.


Avatar
Discard
Best Answer

I have the same issue. Did you find a fix?


Avatar
Discard
Related Posts Replies Views Activity
0
Oct 24
713
1
Oct 24
1195
2
Jun 24
15609
3
Jun 24
154
3
Feb 23
5008