AADSTS50011: The redirect URI 'https://usnconeboxax1aos.cloud.onebox.dynamics.com/' specified in the request does not match the redirect URIs configured for the application '00000015-0000-0000-c000-000000000000'. Make sure the redirect URI sent in the req

Jeevanantham Prathaban 0 Reputation points
2026-09-07T08:57:20.4333333+00:00

AADSTS50011: The redirect URI 'https://usnconeboxax1aos.cloud.onebox.dynamics.com/' specified in the request does not match the redirect URIs configured for the application '00000015-0000-0000-c000-000000000000'. 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.

Microsoft Partner Center | Other
0 comments No comments

2 answers

Sort by: Newest
  1. Paul Welles 0 Reputation points
    2026-09-09T08:54:35.0666667+00:00

    Hello,

    I am experiencing the same issue since yesterday 8th of September. Please fix.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-09-07T08:57:38.9066667+00:00

    AADSTS50011 means the redirect URI sent by the application does not exactly match a redirect URI configured in the Microsoft Entra app registration.

    For this error, compare the URI in the error message:

    https://usnconeboxax1aos.cloud.onebox.dynamics.com/

    with the redirect URIs configured for application ID 00000015-0000-0000-c000-000000000000 in Microsoft Entra ID.

    Use this path:

    1. Open Microsoft Entra ID.
    2. Go to App registrations.
    3. Find the application by the application ID from the error.
    4. Open Authentication under Manage.
    5. Under Redirect URIs, add or correct the exact URI shown in the error.

    Important checks:

    • The match must be exact.
    • Check HTTP vs HTTPS.
    • Check trailing slash differences.
    • Check path differences.
    • Check port differences.
    • Check case sensitivity in the URL path.
    • If a reverse proxy or load balancer is involved, verify it is not rewriting the redirect URI.
    • If the URI being sent is not the intended one, update the application configuration or code instead of only changing the app registration.

    If this is a dev/test/prod split, add each required environment-specific redirect URI separately.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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