Skip to content

Commit 07523e9

Browse files
committed
Updated terminology for renamed partner program
1 parent 0b282b6 commit 07523e9

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ If you're unable to complete the process or are experiencing unexpected behavior
2828
## Common Issues
2929
Below are some common issues that may occur during the process.
3030

31-
- **I don’t know my Microsoft Partner Network ID (MPN ID) or I don’t know who the primary contact for the account is.**
32-
1. Navigate to the [MPN enrollment page](https://partner.microsoft.com/dashboard/account/v3/enrollment/joinnow/basicpartnernetwork/new).
31+
- **I don’t know my Cloud Partner Program ID (Partner One ID) or I don’t know who the primary contact for the account is.**
32+
1. Navigate to the [Cloud Partner Program enrollment page](https://partner.microsoft.com/dashboard/account/v3/enrollment/joinnow/basicpartnernetwork/new).
3333
2. Sign in with a user account in the org's primary Azure AD tenant.
34-
3. If an MPN account already exists, this is recognized and you are added to the account.
35-
4. Navigate to the [partner profile page](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) where the MPN ID and primary account contact will be listed.
34+
3. If an Cloud Partner Program account already exists, this is recognized and you are added to the account.
35+
4. Navigate to the [partner profile page](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) where the Partner One ID and primary account contact will be listed.
3636

3737
- **I don’t know who my Azure AD Global Administrator (also known as company admin or tenant admin) is, how do I find them? What about the Application Administrator or Cloud Application Administrator?**
3838
1. Sign in to the [Azure portal](https://portal.azure.com) using a user account in your organization's primary tenant.
3939
1. Browse to **Azure Active Directory** > [Roles and administrators](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RolesAndAdministrators).
4040
3. Select the desired admin role.
4141
4. The list of users assigned that role will be displayed.
4242

43-
- **I don't know who the admin(s) for my MPN account are**
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.
43+
- **I don't know who the admin(s) for my CPP account are**
44+
Go to the [CPP User Management page](https://partner.microsoft.com/pcv/users) and filter the user list to see what users are in various admin roles.
4545

46-
- **I am getting an error saying that my MPN ID is invalid or that I do not have access to it.**
46+
- **I am getting an error saying that my Partner One ID is invalid or that I do not have access to it.**
4747
Follow the [remediation guidance](#mpnaccountnotfoundornoaccess).
4848

4949
- **When I sign in to the Azure portal, I do not see any apps registered. Why?**
@@ -84,7 +84,7 @@ Response
8484
204 No Content
8585
```
8686
> [!NOTE]
87-
> *verifiedPublisherID* is your MPN ID.
87+
> *verifiedPublisherID* is your Partner One ID.
8888
8989
### Unset Verified Publisher
9090

@@ -142,63 +142,63 @@ The following is a list of the potential error codes you may receive, either whe
142142

143143
### MPNAccountNotFoundOrNoAccess
144144

145-
The MPN ID you provided (`MPNID`) doesn't exist, or you don't have access to it. Provide a valid MPN ID and try again.
145+
The Partner One ID you provided (`MPNID`) doesn't exist, or you don't have access to it. Provide a valid Partner One ID and try again.
146146

147-
Most commonly caused by the signed-in user not being a member of the proper role for the MPN account in Partner Center- see [requirements](publisher-verification-overview.md#requirements) for a list of eligible roles and see [common issues](#common-issues) for more information. Can also be caused by the tenant the app is registered in not being added to the MPN account, or an invalid MPN ID.
147+
Most commonly caused by the signed-in user not being a member of the proper role for the CPP account in Partner Center- see [requirements](publisher-verification-overview.md#requirements) for a list of eligible roles and see [common issues](#common-issues) for more information. Can also be caused by the tenant the app is registered in not being added to the CPP account, or an invalid Partner One ID.
148148

149149
**Remediation Steps**
150150
1. Go to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) and verify that:
151151

152-
- The MPN ID is correct.
152+
- The Partner One ID is correct.
153153
- 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 [multi-tenant-account instructions](/partner-center/multi-tenant-account). 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).
154+
2. Go to the [CPP 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). All Global Admins of any tenant you add will be granted Global Administrator privileges on your Partner Center account.
155+
3. Go to the [CPP 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).
156156

157157
### MPNGlobalAccountNotFound
158158

159-
The MPN ID you provided (`MPNID`) isn't valid. Provide a valid MPN ID and try again.
159+
The Partner One ID you provided (`MPNID`) isn't valid. Provide a valid Partner One ID and try again.
160160

161-
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.
161+
Most commonly caused when an Partner One 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.
162162

163163
**Remediation Steps**
164164
1. Navigate to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) > Identifiers blade > Microsoft Cloud Partners Program Tab
165165
2. Use the Partner ID with type PartnerGlobal
166166

167167
### MPNAccountInvalid
168168

169-
The MPN ID you provided (`MPNID`) isn't valid. Provide a valid MPN ID and try again.
169+
The Partner One ID you provided (`MPNID`) isn't valid. Provide a valid Partner One ID and try again.
170170

171-
Most commonly caused by the wrong MPN ID being provided.
171+
Most commonly caused by the wrong Partner One ID being provided.
172172

173173
**Remediation Steps**
174174
1. Navigate to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) > Identifiers blade > Microsoft Cloud Partners Program Tab
175175
2. Use the Partner ID with type PartnerGlobal
176176

177177
### MPNAccountNotVetted
178178

179-
The MPN ID (`MPNID`) you provided hasn't completed the vetting process. Complete this process in Partner Center and try again.
179+
The Partner One ID (`MPNID`) you provided hasn't completed the vetting process. Complete this process in Partner Center and try again.
180180

181-
Most commonly caused by when the MPN account hasn't completed the [verification](/partner-center/verification-responses) process.
181+
Most commonly caused by when the CPP account hasn't completed the [verification](/partner-center/verification-responses) process.
182182

183183
**Remediation Steps**
184184
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**.
185185
2. If not, view pending action items in Partner Center and troubleshoot with [here](/partner-center/verification-responses)
186186

187187
### NoPublisherIdOnAssociatedMPNAccount
188188

189-
The MPN ID you provided (`MPNID`) isn't valid. Provide a valid MPN ID and try again.
189+
The Partner One ID you provided (`MPNID`) isn't valid. Provide a valid Partner One ID and try again.
190190

191-
Most commonly caused by the wrong MPN ID being provided.
191+
Most commonly caused by the wrong Partner One ID being provided.
192192

193193
**Remediation Steps**
194194
1. Navigate to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) > Identifiers blade > Microsoft Cloud Partners Program Tab
195195
2. Use the Partner ID with type PartnerGlobal
196196

197197
### MPNIdDoesNotMatchAssociatedMPNAccount
198198

199-
The MPN ID you provided (`MPNID`) isn't valid. Provide a valid MPN ID and try again.
199+
The Partner One ID you provided (`MPNID`) isn't valid. Provide a valid Partner One ID and try again.
200200

201-
Most commonly caused by the wrong MPN ID being provided.
201+
Most commonly caused by the wrong Partner One ID being provided.
202202

203203
**Remediation Steps**
204204
1. Navigate to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) > Identifiers blade > Microsoft Cloud Partners Program Tab
@@ -265,7 +265,7 @@ See [requirements](publisher-verification-overview.md) for a list of allowed dom
265265

266266
You aren't authorized to set the verified publisher property on application (<`AppId`).
267267

268-
Most commonly caused by the signed-in user not being a member of the proper role for the MPN account in Azure AD- see [requirements](publisher-verification-overview.md#requirements) for a list of eligible roles and see [common issues](#common-issues) for more information.
268+
Most commonly caused by the signed-in user not being a member of the proper role for the CPP account in Azure AD- see [requirements](publisher-verification-overview.md#requirements) for a list of eligible roles and see [common issues](#common-issues) for more information.
269269

270270
**Remediation Steps**
271271
1. Sign in to the [Azure AD Portal](https://aad.portal.azure.com) using a user account in your organization's primary tenant.
@@ -276,9 +276,9 @@ Most commonly caused by the signed-in user not being a member of the proper role
276276

277277
### MPNIdWasNotProvided
278278

279-
The MPN ID wasn't provided in the request body or the request content type wasn't "application/json".
279+
The Partner One ID wasn't provided in the request body or the request content type wasn't "application/json".
280280

281-
Most commonly caused when the verification is being performed via Graph API, and the MPN ID wasn’t provided in the request.
281+
Most commonly caused when the verification is being performed via Graph API, and the Partner One ID wasn’t provided in the request.
282282

283283
**Remediation Steps**
284284
1. Navigate to your [partner profile](https://partner.microsoft.com/pcv/accountsettings/connectedpartnerprofile) > Identifiers blade > Microsoft Cloud Partners Program Tab
@@ -331,6 +331,6 @@ If you've reviewed all of the previous information and are still receiving an er
331331
- ObjectId of target application
332332
- AppId of target application
333333
- TenantId where app is registered
334-
- MPN ID
334+
- Partner One ID
335335
- REST request being made
336336
- Error code and message being returned

0 commit comments

Comments
 (0)