web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

(2) ShareShare
ReportReport
Posted on by 67

Hi,

I'm currently create vm d365fo in lcs with Finance and Operations - Demo (10.0.24 with Platform update 48)

but when try first login to environtment geting error like image below

1738.Untitled.png

What should i do for this error?

*note:

This new environment and not any customization yet with pu48

I have the same question (0)
  • Suggested answer
    huijij Profile Picture
    19,811 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi Saepuloh,

    Please follow the steps described in white paper:

    docs.microsoft.com/.../error-code-aadsts50011-reply-url-mismatch

  • saepuloh Profile Picture
    67 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi Judy

    Thanks for your replay.

    But in my old environment everything it's ok, no error occurred when login to AOS environment like image bellow with the same version in pu46.

    4621.Untitled2.png

    Regads

  • André Arnaud de Calavon Profile Picture
    300,721 Super User 2025 Season 2 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi Seapuloh,

    Did you only deploy the environment and you want to login directly? If so, are the login credentials the same which was used during deployment?

    If you did an additional action like database restore on this environment, was the database backup from the same tenant?

  • saepuloh Profile Picture
    67 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi André,

    We use same login account to deploy and login environment, and we don't restore database from other environment or other tenant, we just deploy demo environment and use demo database.

    Regards

  • André Arnaud de Calavon Profile Picture
    300,721 Super User 2025 Season 2 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi Seapuloh,,

    Can you try to deploy another new environment and check if it has the same issue?

  • saepuloh Profile Picture
    67 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi,

    Yes we have try create new environment with the same issue, even on other users who have mpn subscription we have same issue.

  • André Arnaud de Calavon Profile Picture
    300,721 Super User 2025 Season 2 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi Saepuloh,

    I'm out of my options. I would suggest to log an incident for Microsoft Support.

  • saepuloh Profile Picture
    67 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi,

    Thanks for your replay.

  • Verified answer
    Valery Moskalenko Profile Picture
    74 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    I had a similar issue. I followed this article and it resolve the issue.

    Deploy and access development environments - Finance & Operations | Dynamics 365 | Microsoft Docs 

    If an existing environment can't be deleted and redeployed, its URL must be added to the configured Azure AD tenant. The following commands can be run by the tenant admin.

    1. Retrieve the following values from the web.config file.

      PowerShell
      $AADTenant = <Value of Aad.TenantDomainGUID from web.config>
      $EnvironmentUrl = <Value of Infrastructure.HostUrl from web.config>
      
      # For example, if value is spn:fd663e81-110e-4c18-8995-ddf534bcf5e1 then take only fd663e81-110e-4c18-8995-ddf534bcf5e1
      $AADRealm = <Value of Aad.Realm from web.config without spn: prefix. >
      
    2. Run the following commands via the tenant admin account for the Azure AD tenant in the web.config file.

      PowerShell
      # Using tenant admin account under this tenant login to via AzureAD PowerShell cmdlet.
      Connect-AzureAD
      
      # Get Service Principal details
      $SP = Get-AzureADServicePrincipal -Filter "AppId eq '$AADRealm'"
      
      #Add Reply URLs
      $SP.ReplyUrls.Add("$EnvironmentUrl")
      $SP.ReplyUrls.Add("$EnvironmentUrl/oauth")
      
      #Set/Update Reply URL
      Set-AzureADServicePrincipal -ObjectId $SP.ObjectId -ReplyUrls $SP.ReplyUrls
      
  • saepuloh Profile Picture
    67 on at
    RE: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: '00000015-0000-0000-c000-000000000000'.

    Hi Valery Moskalenko,

    Thanks for you replay, it's work for me.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 683 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 563 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 398 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans