issue in Odoo API

Ziad J. Wishah 20 Reputation points
2024-08-19T14:06:09.1133333+00:00

hi,

i host my oddo on my service let say (www.X1.com) and my MS 365 on another domain (www.X2.com)

when i create an application it shows me this msg and the

User's image

the Authentication RUL is https://login.microsoftonline.com/

how i can fix that

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,469 questions
0 comments No comments
{count} votes

Accepted answer
  1. Navya 9,720 Reputation points Microsoft Vendor
    2024-08-21T01:43:15.4766667+00:00

    Hi @Ziad J. Wishah

    Thank you for posting this in Microsoft Q&A.

    I understand that you have created an application in Microsoft Entra/Azure, but during authentication, it is throwing the error "AADSTS50011 - The redirect URI <Redirect URI> specified in the request does not match the redirect URIs configured for the application <AppGUID>."

    This error occurs if the redirect URI (reply URL) configured in the application (code) and the Microsoft Entra app registration don't match. Ensure that you use the same redirect URI that was included in the application during authentication.

    When a user accesses the application for authentication, the application redirects the user to Microsoft Entra ID with a predefined redirect URI.

    To fix the issue, follow these steps to add a redirect URI in Microsoft Entra app registration.

    1.Copy the application ID from the error message. This is the ID of your application that has been registered in Microsoft Entra ID.

    2.Go to Microsoft Entra ID, select App registrations, locate the application registration by using the application ID, and then open the app registration page.

    3.On the app registration page, select Authentication. In the Platform configurations section, select Add URI to add the redirect URI displayed in the error message to Microsoft Entra ID.

    4.Save the changes.

    User's image

    Hope this helps. Do let us know if you any further queries.

    Thanks,

    Navya.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.