Error AtlasError Documentation and Resolution

Microsoft Entra rejected the requested scope as invalid

AADSTS70011: The provided request must include a 'scope' input parameter.

Microsoft Entra ID rejected the authorization or token request because the scope value is missing, malformed, or not valid for the target application or resource.

AADSTS70011configuration
AADSTS70011: The provided request must include a 'scope' input parameter.
  • The request is missing the required scope parameter.
  • The scope string is malformed or contains invalid values.
  • The requested scopes do not belong to the target resource or app registration.
  1. Verify that the request includes the correct scope parameter.
  2. Check the exact scope values against the resource's documented scopes.
  3. Remove invalid or mismatched scopes from the request.
Microsoft Entra authentication and authorization error codes
AADSTS70011 invalid scope in Microsoft Entra | Error Atlas