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

Sean 1 Reputation point
2021-01-21T17:22:56.107+00:00

I see a bunch of this same question asked and in each case the user is provided with the reply URL specified. How do I know what the reply URL is? I can't open a network console, as the application is wpf.

Here is the error data. Please let me know what the reply URL is so that I can update it in Azure.

Request Id: 59493e37-c464-498f-9e6e-32daf43ea300

Correlation Id: dbbe9166-7d66-4c83-b05c-149ebd7ebf73

Timestamp: 2021-01-21T17:14:28Z

Message: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '484b3292-xxxx-xxxx-xxxx-8c11a7e189f2'.

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

2 answers

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,506 Reputation points
    2021-01-21T17:41:26.33+00:00

    Hello @Sean · Thank you for reaching out.

    By tracking the correlation id, I found the reply url in the authentication request is: urn:ietf:wg:oauth:2.0:oob but the reply urls (redirect uris) registered in the application with App ID: 484b3292-xxxx-xxxx-xxxx-8c11a7e189f2 are:

    1. https://login.live.com/oauth20_desktop.srf
    2. msal484b3292-xxxx-xxxx-xxxx-8c11a7e189f2://auth
    3. https://login.microsoftonline.com/common/oauth2/nativeclient

    To resolve the issue, make sure the reply url in the request matches with at least one of the reply urls registered in the application.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


  2. Jeff Mason 1 Reputation point
    2022-05-11T19:25:27.927+00:00

    This is great (NOT !!) Sean-7899 said, "I did add the url you provided me with "urn:ietf:wg:oauth:2.0:oob" to Azure AD and it worked."

    HOW did you add it? Please give the steps! Thank you.

    0 comments No comments