Other features or issues related to Microsoft Partner Center
The behavior described indicates backend and authentication issues on the Partner Center side that cannot be fixed client-side. The appropriate next step is to open a Partner Center support request so engineering can investigate the specific tenant/account and reset or repair the onboarding state if needed.
For Partner Center and Cloud Partner Portal–related API/authentication problems, the documented guidance is:
- For persistent 401/403/500 errors that block normal flows, collect:
- Correlation/Request IDs (such as
9D69A023B8254F769D459C2C6820D200). - Timestamps, affected endpoints (for example
/api/onboarding/validate-address), and HTTP status codes (401, 500). - Screenshots or console logs showing messages like
Feature disabledandtoken has been redeemed.
- Correlation/Request IDs (such as
- Open a Partner Center support ticket so the service team can:
- Check whether any onboarding or feature flags for the account type (Individual Developer Account) are incorrectly disabled.
- Inspect backend logs for the 500 errors on
validate-addressand the 401 identity-token failures. - Reset or clear the onboarding draft/identity-verification state in the backend if it is stuck.
- While waiting for support, avoid repeatedly restarting the identity verification flow, because the
token has been redeemedmessage indicates a one-time token that may already be consumed; repeated attempts will continue to fail until support refreshes or reissues the token.
Because the errors are 500 (Internal Server Error), 401 (Unauthorized for identity), and Feature disabled on draft save, resolution requires direct intervention by Microsoft support on the tenant/account; there is no documented client-side or configuration workaround for these backend failures.
References: