The account does not have access to partner center
Error: The account does not have access to partner center
This can come up while trying to grant partner center consent.
There are a couple reasons this can happen.
- When prompted to grant consent, ensure you tick the box to grant permissions for the whole tenant
- Some time the Microsoft partner service principal is missing and fails to create. You can create that manually with the steps below.
Cause: The Microsoft Partner service principal is missing from the partners tenant.
Resolution
Manually add the service principal.
Follow the steps below to fix this. The command is:
- az ad sp create --id "fa3d9a0c-3fb0-42cc-9193-47c7ecd2edbd"
Related Articles
Authorization Error – Unsupported Token or Access Forbidden
Error: Authorization Error – Unsupported Token or Access Forbidden When the error is for a specific tenant: This error means that your Sync 365 account does not have the required permissions to connect to the customer tenant. Cause: Your GDAP ...
AADSTS50173 - The provided grant has expired due to it being revoked
Error: AADSTS50173 - The provided grant has expired due to it being revoked This error usually appears when a delegated admin account’s MFA configuration has changed — for example, when MFA was turned off, reset, or conditional access was newly ...
Consent Error – Administrator Has Not Granted Consent
Error: The user or administrator has not consented to use the application This error occurs when the Sync 365 app hasn’t been granted proper consent within the customer tenant — either because the app was deleted or the GDAP permissions are ...
AADSTS700003 – Device Object Not Found in Tenant
Error: AADSTS700003 – Device object was not found in the tenant This error occurs when the device originally used for delegated admin access has been deleted from your directory. Cause: If the Azure AD device associated with your delegated admin ...
AADSTS135011 – Device Used During Authentication Is Disabled
Error: AADSTS135011 – The device used during authentication is disabled This error occurs when the device associated with your delegated admin account in Entra ID (Azure AD) has been disabled or deleted. Cause: Microsoft links authentication tokens ...