Other features or issues related to Microsoft Partner Center
The error message shows a generic BadRequest during a Microsoft Entra sign-in/security prompt and provides a correlation ID and timestamp. The correlation ID itself cannot be used directly to fix the issue; it is used by an administrator to trace the failing request in logs.
Steps to resolve:
- If this is an end user scenario:
- Retry the operation once or twice in case it was a transient timeout.
- If the problem persists, contact the organization’s helpdesk or IT administrator and provide:
- Error code: BadRequest
- Correlation ID:
cdd3d46c-6571-4ad3-9a26-938df4b90adb - Timestamp:
2026-03-30T11:59:20.8084844Z
- The admin can then investigate using Microsoft Entra sign-in logs and other diagnostics.
- If this is an admin/IT Pro scenario:
- Use the correlation ID and timestamp to locate the relevant entry in the service logs:
- For SharePoint/ULS-style scenarios, locate the ULS logs for the time of the event and search for the correlation ID across the web front ends until a match is found. The correlation ID will not directly fix the error but will show what happened immediately before and during the failure, including any detailed error messages.
- Use a log viewing tool (for example, ULSViewer in SharePoint scenarios) to filter by correlation ID and event level to narrow down the cause.
- For Microsoft Entra sign-in issues, review the sign-in logs around the provided timestamp to identify whether the BadRequest is due to misconfiguration (for example, MFA, conditional access, or application settings) or unusual activity.
- Use the correlation ID and timestamp to locate the relevant entry in the service logs:
If repeated sign-in attempts are being made and MFA is involved, Microsoft Entra multifactor authentication may temporarily block additional attempts when unusual activity is detected. In that case:
- Wait before trying again, or
- Use a different MFA method if available, and
- If suspicious activity is suspected, investigate via Microsoft Entra sign-in logs and adjust MFA/conditional access configuration as needed.
If the issue continues after these steps, escalate through the organization’s normal support channels with the correlation ID, timestamp, and any sign-in log details collected.
References: