I'm trying to connect outlook to my application, but I'm getting errors when trying to do so.
This is the error when i put the password:
AADSTS50011: The redirect URI 'http://192.168.1.21:8069/microsoft_outlook/confirm' specified in the request does not match the redirect URIs configured for the application '107e0f3d-b792-4188-9b76-61ea37e3a2a4'. 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.
When I try to access the page itself manually (http://192.168.1.21:8069/microsoft_outlook/confirm) I get this (I don't know if this is normal so I thought it would be worth adding):
Forbidden
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
I'm using odoo 17.0 in docker
Microsoft Entra is normally configured to:
http://localhost:8069/microsoft_outlook/confirm
What could I be doing wrong?