Error AtlasError Documentation and Resolution

Microsoft Entra application used an unsupported grant type

AADSTS70003: UnsupportedGrantType

Microsoft Entra rejected the token request because the app used a grant type that is not supported by the endpoint or app configuration.

AADSTS70003authentication
AADSTS70003: UnsupportedGrantType
  • The app requested a token using an unsupported grant type.
  • The app is calling the wrong endpoint for the intended OAuth flow.
  • The app configuration and auth flow do not match.
  1. Review the OAuth grant type used by the client.
  2. Make sure the request is sent to the correct Microsoft Entra endpoint for that flow.
  3. Update the app configuration so it supports the intended authentication flow.
Microsoft Learn: Microsoft Entra authentication and authorization error codes
AADSTS70003 UnsupportedGrantType: causes and fixes | Error Atlas