Need to change publisher domain on a verified app due to rebrand

Karl-Sander Erss | Teamdash 0 Reputation points
2025-03-04T07:22:55.5+00:00

Please change my verified domain for app 49f6d4dd-4680-4cab-9090-a981b16de093 from recruitlab.co.uk to teamdash.com.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sanoop M 4,310 Reputation points Moderator
    2025-03-04T20:08:03.3666667+00:00

    Hello @Karl-Sander Erss | Teamdash,

    Thank you for posting your query on Microsoft Q&A.

    I understand that you want to change your currently verified publisher domain for the application with App ID: 49f6d4dd-4680-4cab-9090-a981b16de093 from ****.com to ****.com

    Please follow the below steps to configure an app's publisher domain.

    Set a publisher domain in the Microsoft Entra admin center

    To set a publisher domain for your app by using the Microsoft Entra admin center:

    1. Sign in to the Microsoft Entra admin center.
    2. If you have access to multiple tenants, use the Settings icon in the top right and select the tenant where the app is registered from the Directories + subscriptions menu.
    3. In Microsoft Entra admin center browse to Identity > Applications > App registrations.
    4. Search for and select the app you want to configure.
    5. In Overview, in the resource menu under Manage, select Branding.
    6. In Publisher domain, select one of the following options:
      • If you haven't already configured a domain, select Configure a domain.
      • If you have configured a domain, select Update domain.
    7. If your app is registered in a tenant, next, select from two options:
      • Select a verified domain
      • Verify a new domain
      If your domain isn't registered in the tenant, only the option to verify a new domain for your app appears.

    Verify a new domain for your app

    To verify a new publisher domain for your app:

    1. Create a file named microsoft-identity-association.json. Copy the following JSON and paste it in the microsoft-identity-association.json file:

    {

       "associatedApplications": [

          {

             "applicationId": "<your-app-id>"

          },

          {

             "applicationId": "<another-app-id>"

          }

       ]

     }

    2.Replace <your-app-id> with the application (client) ID for your app. Use all relevant app IDs if you're verifying a new domain for multiple apps.

    3.Host the file at https://<your-domain>.com/.well-known/microsoft-identity-association.json. Replace <your-domain> with the name of the verified domain.

    4.Select Verify and save domain.

    You're not required to maintain the resources that are used for verification after you verify a domain. When verification is finished, you can remove the hosted file.

    For more additional information, please refer to the below documents for your reference.

    Configure an app's publisher domain - Microsoft identity platform | Microsoft Learn

    Publisher verification overview - Microsoft identity platform | Microsoft Learn

    Mark an app as publisher verified - Microsoft identity platform | Microsoft Learn

    I hope this above information provided is helpful. Please feel free to reach out if you have any further questions.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.