background
← Back to all provider errors

Microsoft

unsupported_grant_type — Unsupported grant type

Grant type not supported by the authorization server.

Riposte solution

The token endpoint does not support the grant type in the request. If this happened in the context of Riposte, it likely means a non-standard flow was attempted. Riposte uses supported OAuth flows, so ensure your integration isn't trying a different grant type. Stick to the default flows (e.g., authorization code). Adjust your approach or configuration and try again.

Quick facts

Provider
Microsoft
Endpoint / surface
Azure AD OAuth 2.0
Status code
400

Why it happens

[Using unsupported grant_type at this endpoint]

How to fix it

[Use supported grant or correct authority]