A cloud-based identity and access management service for securing user authentication and resource access
To address the AADSTS50011 error you are encountering while connecting Odoo to Azure, follow these steps to ensure that the redirect URI is correctly configured:
- Verify the Redirect URI: Check that the redirect URI
http://odoo.inseyab.com/microsoft_outlook/confirmis the one being sent in your authentication request. - Access Azure Portal: Log in to the Azure portal and navigate to your application settings.
- Update Redirect URIs: In the authentication section of your application, confirm that the redirect URI you are using is included in the list. If it is not present, you need to add it.
- Add the Redirect URI: If you need to add a new redirect URI, select the appropriate platform for your application (like web or mobile) and enter the URI. Make sure to click Configure to save the changes.
- Understand Redirect URI Restrictions: Be mindful of any restrictions regarding the format of redirect URIs. Avoid using wildcard URIs as they can lead to complications.
Following these steps should help you resolve the redirect URI mismatch issue and successfully connect Odoo to Azure.