You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/troubleshoot-publisher-verification.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Below are some common issues that may occur during the process.
44
44
Go to the [MPN User Management page](https://partner.microsoft.com/pcv/users) and filter the user list to see what users are in various admin roles.
45
45
46
46
-**I am getting an error saying that my MPN ID is invalid or that I do not have access to it.**
47
-
See the remediation guidance[here](#mpnaccountnotfoundornoaccess).
47
+
Follow the [remediation guidance](#mpnaccountnotfoundornoaccess).
48
48
49
49
-**When I sign into the Azure AD portal, I do not see any apps registered. Why?**
50
50
Your app registrations may have been created using a different user account in this tenant, a personal/consumer account, or in a different tenant. Ensure you're signed in with the correct account in the tenant where your app registrations were created.
@@ -151,8 +151,8 @@ Most commonly caused by the signed-in user not being a member of the proper role
151
151
152
152
- The MPN ID is correct.
153
153
- There are no errors or “pending actions” shown, and the verification status under Legal business profile and Partner info both say “authorized” or “success”.
154
-
2. Go to the [MPN tenant management page](https://partner.microsoft.com/dashboard/account/v3/tenantmanagement) and confirm that the tenant the app is registered in and that you're signing with a user account from is on the list of associated tenants. To add another tenant, follow the instructions [here](/partner-center/multi-tenant-account). Be aware that all Global Admins of any tenant you add will be granted Global Administrator privileges on your Partner Center account.
155
-
3. Go to the [MPN User Management page](https://partner.microsoft.com/pcv/users) and confirm the user you're signing in as is either a Global Administrator, MPN Admin, or Accounts Admin. To add a user to a role in Partner Center, follow the instructions [here](/partner-center/create-user-accounts-and-set-permissions).
154
+
2. Go to the [MPN tenant management page](https://partner.microsoft.com/dashboard/account/v3/tenantmanagement) and confirm that the tenant the app is registered in and that you're signing with a user account from is on the list of associated tenants. To add another tenant, follow the [multi-tenant-account instructions](/partner-center/multi-tenant-account). Be aware that all Global Admins of any tenant you add will be granted Global Administrator privileges on your Partner Center account.
155
+
3. Go to the [MPN User Management page](https://partner.microsoft.com/pcv/users) and confirm the user you're signing in as is either a Global Administrator, MPN Admin, or Accounts Admin. To add a user to a role in Partner Center, follow the instructions for [creating user accounts and setting permissions](/partner-center/create-user-accounts-and-set-permissions).
156
156
157
157
### MPNGlobalAccountNotFound
158
158
@@ -181,7 +181,7 @@ The MPN ID (`MPNID`) you provided hasn't completed the vetting process. Complete
181
181
Most commonly caused by when the MPN account hasn't completed the [verification](/partner-center/verification-responses) process.
182
182
183
183
**Remediation Steps**
184
-
1. Navigate to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) and verify that There are no errors or “pending actions” shown, and that the verification status under Legal business profile and Partner info both say “authorized” or “success”.
184
+
1. Navigate to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) and verify that there are no errors or **pending actions** shown, and that the verification status under Legal business profile and Partner info both say **authorized** or **success**.
185
185
2. If not, view pending action items in Partner Center and troubleshoot with [here](/partner-center/verification-responses)
186
186
187
187
### NoPublisherIdOnAssociatedMPNAccount
@@ -211,7 +211,7 @@ The target application (`AppId`) can’t be found. Provide a valid application I
211
211
Most commonly caused when verification is being performed via Graph API, and the ID of the application provided is incorrect.
212
212
213
213
**Remediation Steps**
214
-
1. The Object ID of the application must be provided, not the AppId/ClientId. See "id" on the list of application properties [here](/graph/api/resources/application)
214
+
1. The Object ID of the application must be provided, not the AppId/ClientId. See **id** on the list of application properties [here](/graph/api/resources/application)
215
215
2. Log in to [Azure Active Directory](https://aad.portal.azure.com/) with a user account in your organization's primary tenant > Azure Active Directory > App Registrations blade
216
216
3. Find your app's registration to view the Object ID
217
217
@@ -223,7 +223,7 @@ The target application's object ID is invalid. Please provide a valid ID and try
223
223
Most commonly caused when the verification is being performed via Graph API, and the ID of the application provided does not exist.
224
224
225
225
**Remediation Steps**
226
-
1. The Object ID of the application must be provided, not the AppId/ClientId. See "id" on the list of application properties [here](/graph/api/resources/application)
226
+
1. The Object ID of the application must be provided, not the AppId/ClientId. See **id** on the list of application properties [here](/graph/api/resources/application)
227
227
2. Log in to [Azure Active Directory](https://aad.portal.azure.com/) with a user account in your organization's primary tenant > Azure Active Directory > App Registrations blade
228
228
3. Find your app's registration to view the Object ID
229
229
@@ -257,7 +257,7 @@ See [requirements](publisher-verification-overview.md) for a list of allowed dom
257
257
1. Navigate to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile), and view the email listed as Primary Contact
258
258
2. The domain used to perform email verification in Partner Center is the portion after the “@” in the Primary Contact’s email
259
259
3. Log in to [Azure Active Directory](https://aad.portal.azure.com/) > Azure Active Directory > App Registrations blade > (`Your App`) > Branding and Properties
260
-
4.Click “Update Publisher Domain” and follow the instructions to “Verify a New Domain”
260
+
4.Select **Update Publisher Domain** and follow the instructions to **Verify a New Domain**.
261
261
5. Add the domain used to perform email verification in Partner Center as a New Domain
0 commit comments