The reply URL specified in the request does not match the reply URLs configured for the application

Stella Song 11 Reputation points
2020-07-29T03:12:30.497+00:00

14119-capture.png

Request Id: 6deb7bc2-fc9f-4233-9f7f-05861222c100
Correlation Id: e14c35a4-c834-42c1-82ec-c78276447d71
Timestamp: 2020-07-29T03:05:44Z
Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '4b233688-031c-404b-9a80-a4f3f2351f90'.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,562 questions
{count} votes

13 answers

Sort by: Most helpful
  1. Nathaniel Bujalance 101 Reputation points
    2021-05-02T20:28:19.357+00:00

    I'm having the same issue for one specific environment/domain, but not with the URLs associated with other URLs.

    Request Id: 140a14cc-9099-4576-af91-9a8ebdf8d501
    Correlation Id: da906a46-3217-4dd5-a992-f2a5f39d0ba7
    Timestamp: 2021-05-02T20:22:16Z
    Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '79be0823-bf61-4d46-9457-e75fa3067d2c'.

    If anyone from MS could analyse the above, I'd appreciate it very much.

    0 comments No comments

  2. NM 1 Reputation point
    2021-05-21T02:52:15.913+00:00

    I ran into this issue too with an MVC app on .Net5. I'm using
    Microsoft.AspNetCore.Authentication.AzureAD.UI
    Microsoft.AspNetCore.Authentication.JWtBearer
    Microsoft.AspNetcore.Authentication.OpenIdConnect

    It turns out, Microsoft adds these ".auth/login/aad/callback " after the base URL of the Azure web app. Adding https://mybase-url.com/.auth/login/aad/callback to the list of Redirect URIs in the AD App Registration fixes the issue for me.


  3. Nabil Hamdi 46 Reputation points
    2021-08-12T09:12:00.393+00:00
    0 comments No comments