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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
9
9
ms.subservice: develop
10
10
ms.topic: troubleshooting
11
11
ms.workload: identity
12
-
ms.date: 01/28/2021
12
+
ms.date: 10/21/2021
13
13
ms.author: ryanwi
14
14
ms.custom: aaddev
15
15
ms.reviewer: jesakowi
@@ -24,7 +24,7 @@ If you are unable to complete the process or are experiencing unexpected behavio
24
24
25
25
1. Review the list of [common issues](#common-issues).
26
26
27
-
1. Reproduce the request using [Graph Explorer](#making-microsoft-graph-api-calls) to gather additional info and rule out any issues in the UI.
27
+
1. Reproduce the request using [Graph Explorer](#making-microsoft-graph-api-calls) to gather more info and rule out any issues in the UI.
28
28
29
29
## Common Issues
30
30
Below are some common issues that may occur during the process.
@@ -48,14 +48,14 @@ Below are some common issues that may occur during the process.
48
48
1. Go to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) and verify that:
49
49
- The MPN ID is correct.
50
50
- There are no errors or “pending actions” shown, and the verification status under Legal business profile and Partner info both say “authorized” or “success”.
51
-
1. 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 are signing with a user account from is on the list of associated tenants. To add an additional tenant, follow the instructions [here](/partner-center/multi-tenant-account). Please be aware that all Global Admins of any tenant you add will be granted Global Admin privileges on your Partner Center account.
51
+
1. 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 are signing with a user account from is on the list of associated tenants. To add an additional 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 Admin privileges on your Partner Center account.
52
52
1. Go to the [MPN User Management page](https://partner.microsoft.com/pcv/users) and confirm the user you are signing in as is either a Global Admin, 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).
53
53
54
54
-**When I sign into the Azure AD portal, I do not see any apps registered. Why?**
55
55
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 are signed in with the correct account in the tenant where your app registrations were created.
56
56
57
57
-**I'm getting an error related to multi-factor authentication. What should I do?**
58
-
Please ensure [multi-factor authentication](../fundamentals/concept-fundamentals-mfa-get-started.md) is enabled and **required** for the user you are signing in with and for this scenario. For example, MFA could be:
58
+
Ensure [multifactor authentication](../fundamentals/concept-fundamentals-mfa-get-started.md) is enabled and **required** for the user you are signing in with and for this scenario. For example, MFA could be:
59
59
- Always required for the user you are signing in with
60
60
-[Required for Azure management](../conditional-access/howto-conditional-access-policy-azure-management.md).
61
61
-[Required for the type of administrator](../conditional-access/howto-conditional-access-policy-admin-mfa.md) you are signing in with.
@@ -155,7 +155,7 @@ Most commonly caused by the signed-in user not being a member of the proper role
155
155
156
156
The MPN ID you provided (`MPNID`) is not valid. Provide a valid MPN ID and try again.
157
157
158
-
Most commonly caused when an MPN ID is provided that corresponds to a Partner Location Account (PLA). Only Partner Global Accounts are supported. See [Partner Center account structure](/partner-center/account-structure) for more details.
158
+
Most commonly caused when an MPN ID is provided which corresponds to a Partner Location Account (PLA). Only Partner Global Accounts are supported. See [Partner Center account structure](/partner-center/account-structure) for more details.
159
159
160
160
### MPNAccountInvalid
161
161
@@ -185,7 +185,7 @@ Most commonly caused by the wrong MPN ID being provided.
185
185
186
186
The target application (`AppId`) cannot be found. Provide a valid application ID and try again.
187
187
188
-
Most commonly caused when verification is being performed via Graph API, and the id of the application provided is incorrect. Note- the id of the application must be provided, not the AppId/ClientId.
188
+
Most commonly caused when verification is being performed via Graph API, and the ID of the application provided is incorrect. Note- the ID of the application must be provided, not the AppId/ClientId.
189
189
190
190
### B2CTenantNotAllowed
191
191
@@ -223,17 +223,17 @@ This feature is not supported for Microsoft consumer accounts. Only applications
223
223
224
224
### InteractionRequired
225
225
226
-
Occurs when multi-factor authentication has not been performed before attempting to add a verified publisher to the app. See [common issues](#common-issues) for more information. Note: MFA must be performed in the same session when attempting to add a verified publisher. If MFA is enabled but not required to be performed in the session, the request will fail.
226
+
Occurs when multifactor authentication has not been performed before attempting to add a verified publisher to the app. See [common issues](#common-issues) for more information. Note: MFA must be performed in the same session when attempting to add a verified publisher. If MFA is enabled but not required to be performed in the session, the request will fail.
227
227
228
-
The error message displayed will be: "Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to proceed."
228
+
The error message displayed will be: "Due to a configuration change made by your administrator, or because you moved to a new location, you must use multifactor authentication to proceed."
229
229
230
230
### UnableToAddPublisher
231
231
232
-
The error message displayed is: "A verified publisher cannot be added to this application. Please contact your administrator for assistance."
232
+
One of these error messages are displayed: "A verified publisher cannot be added to this application. Contact your administrator for assistance.", or "You are unable to add a verified publisher to this application. Contact your administrator for assistance."
233
233
234
234
First, verify you've met the [publisher verification requirements](publisher-verification-overview.md#requirements).
235
235
236
-
When a request to add a verified publisher is made, a number of signals are used to make a security risk assessment. If the request is determined to be risky an error will be returned. For security reasons, Microsoft does not disclose the specific criteria used to determine whether a request is risky or not.
236
+
When a request to add a verified publisher is made, many signals are used to make a security risk assessment. If the request is determined to be risky an error will be returned. For security reasons, Microsoft does not disclose the specific criteria used to determine whether a request is risky or not. If you received this error and believe the "risky" assessment is incorrect, try waiting and resubmitting the verification request. Some customers have reported success after multiple attempts.
0 commit comments