Skip to content

Commit afd07ad

Browse files
authored
Merge pull request #177043 from rwike77/pubver
error info
2 parents 4bd3bd5 + bec19cd commit afd07ad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/active-directory/develop/troubleshoot-publisher-verification.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: troubleshooting
1111
ms.workload: identity
12-
ms.date: 01/28/2021
12+
ms.date: 10/21/2021
1313
ms.author: ryanwi
1414
ms.custom: aaddev
1515
ms.reviewer: jesakowi
@@ -24,7 +24,7 @@ If you are unable to complete the process or are experiencing unexpected behavio
2424

2525
1. Review the list of [common issues](#common-issues).
2626

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.
2828

2929
## Common Issues
3030
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.
4848
1. Go to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) and verify that:
4949
- The MPN ID is correct.
5050
- 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.
5252
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).
5353

5454
- **When I sign into the Azure AD portal, I do not see any apps registered. Why?**
5555
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.
5656

5757
- **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:
5959
- Always required for the user you are signing in with
6060
- [Required for Azure management](../conditional-access/howto-conditional-access-policy-azure-management.md).
6161
- [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
155155

156156
The MPN ID you provided (`MPNID`) is not valid. Provide a valid MPN ID and try again.
157157

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.
159159

160160
### MPNAccountInvalid
161161

@@ -185,7 +185,7 @@ Most commonly caused by the wrong MPN ID being provided.
185185

186186
The target application (`AppId`) cannot be found. Provide a valid application ID and try again.
187187

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.
189189

190190
### B2CTenantNotAllowed
191191

@@ -223,17 +223,17 @@ This feature is not supported for Microsoft consumer accounts. Only applications
223223

224224
### InteractionRequired
225225

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.
227227

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."
229229

230230
### UnableToAddPublisher
231231

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."
233233

234234
First, verify you've met the [publisher verification requirements](publisher-verification-overview.md#requirements).
235235

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.
237237

238238
## Next steps
239239

0 commit comments

Comments
 (0)