Error AtlasError Documentation and Resolution

Microsoft Entra ID token implicit grant is not enabled

AADSTS700054

Microsoft Entra rejected the request for an ID token because the application registration does not have the ID token implicit or hybrid flow enabled.

AADSTS700054authentication
AADSTS700054
  • The app requests an ID token but the registration does not allow that implicit or hybrid flow.
  • Authentication settings in the Entra app registration are incomplete.
  • The app is using a flow that does not match its registration settings.
  1. Open the app registration Authentication settings in Microsoft Entra.
  2. Enable ID tokens under the relevant implicit grant and hybrid flow section if that flow is intended.
  3. Or update the application to use a supported authentication flow for its current registration.
Microsoft Learn: Microsoft Entra authentication and authorization error codes
AADSTS700054 ID token not enabled: causes and fixes | Error Atlas