Unable to verify a new domain

V.NET developer 1 Reputation point
2022-09-11T17:29:04.11+00:00

Keep showing the error
Verification of publisher domain failed. Unable to connect to https://<domain>/.well-known/microsoft-identity-association. [uNY6wmdiCIQsoXHcOcRjvb]

  1. I have already created a file with the name microsoft-identity-association.json and paste the json inside and put it in .well-known folder
    {
    "associatedApplications": [
    {
    "applicationId": <application_id>
    }
    ]
    }
  2. browse https://<domain>/.well-known/microsoft-identity-association.json can show the json
  3. i have also create a extra route to serve https://<domain>/.well-known/microsoft-identity-association
  4. No cors blocking
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,851 questions
Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,087 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,462 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,351 Reputation points
    2022-09-12T20:10:56.553+00:00

    Hello there,

    You have to add a custom domain and verify it with TXT or MX. Before you can add a custom domain name, create your domain name with a domain registrar

    Add your custom domain name using the Azure Active Directory portal https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain

    The below thread discusses the same issue and you can try out some troubleshooting steps from this and see if that helps you to sort the Issue. https://learn.microsoft.com/en-us/answers/questions/6955/cant-verify-publisher-domain-for-web-app.html

    I hope this information helps. If you have any questions please let me know and I will be glad to help you out.

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

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments