What is the Azure Devops account type is required to get Publisher Verification in app registration?

NareshPawar 1 Reputation point
2021-11-19T12:11:48.133+00:00

I have created a new azure DevOps account and created one web application, but can't see any "Publisher Verification" section.
151041-personalaccountss.png
What should I do to see the "Publisher Verification" section in the app registration?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,521 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,829 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,389 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 15,606 Reputation points
    2021-11-20T08:11:22.683+00:00

    Hi @NareshPawar ,

    In order to get the Publisher Verification for your app , you need to meet all of the below requirements. You can refer to this Azure doc for more details:

    • An MPN ID for a valid Microsoft Partner Network account that has completed the verification process. This MPN account must be the Partner global account (PGA) for your organization.
    • An app registered in an Azure AD tenant, with a Publisher Domain configured.
    • The domain of the email address used during MPN account verification must either match the publisher domain configured on the app or a DNS-verified custom domain added to the Azure AD tenant.
    • The user performing verification must be authorized to make changes to both the app registration in Azure AD and the MPN account in Partner Center.
      -In Azure AD this user must be a member of one of the following roles: Application Admin, Cloud Application Admin, or Global Admin.
      -In Partner Center this user must have of the following roles: MPN Admin, Accounts Admin, or a Global Admin (this is a shared role mastered in Azure AD).
    • The user performing verification must sign in using multi-factor authentication.
    • The publisher agrees to the Microsoft identity platform for developers Terms of Use.

    After the above requirements have been met. Please follow the steps in this tutorial to mark your app as publisher verified

    Hope that helps. If you are still getting this error after meeting all the requirement above let us know .

    Thanks,
    Grace

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

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