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,561 questions
{count} votes

13 answers

Sort by: Newest
  1. Nabil Hamdi 46 Reputation points
    2021-08-12T09:12:00.393+00:00
    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. 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

  4. Ray Choe 1 Reputation point
    2021-04-14T18:51:07.21+00:00

    Troubleshooting details
    If you contact your administrator, send this info to them.
    Copy info to clipboard
    Request Id: 96b682a0-4890-4ea1-9b68-0f5580765e00
    Correlation Id: f619a1dc-cb10-4229-8d0a-f94b317f8210
    Timestamp: 2021-04-14T18:49:57Z
    Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'f6d1c82d-97c4-4f37-af67-7b6aa830362e'.

    0 comments No comments

  5. Darren Brown 1 Reputation point
    2021-03-29T08:27:46.903+00:00

    Hi, I seem to be getting exactly the same problem. Surely there must be a way for us to get more info on what's being posted? Anyway, here's the info. Please can you look into what I need to change the reply URL field on Azure?...

    Request Id: 0890497b-ab9b-4590-b5ec-c1abc80d4200
    Correlation Id: 628c4aee-baf4-477d-a628-8f3a5353a72e
    Timestamp: 2021-03-29T08:19:47Z
    Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '25cbb08f-2346-4df1-a3c4-dddea655bb4e'.

    0 comments No comments