AADSTS65001

No consent for the application

Last reviewed 2026-07-18 by the Just Software engineering team ยท also seen as 65001, user or administrator has not consented

What it means

AADSTS65001 โ€” "The user or administrator has not consented to use the application." The app requests delegated or application permissions for which no consent grant exists for this user or tenant. Entra ID will not issue tokens containing permissions nobody agreed to. Common on first run of new apps, after adding new permissions, and in tenants where user consent is disabled.

Common causes

  1. Tenant policy disables user consent, and no admin has consented on the tenant's behalf.

  2. The app added new permission scopes since consent was last granted, invalidating the old grant's coverage.

  3. Application permissions (app-only) are requested, which always require admin consent.

  4. The consent was granted in a different tenant than the one now being used.

How to fix it

  1. Grant admin consent: Entra admin center > App registrations > (app) > API permissions > Grant admin consent for (tenant); or Enterprise applications > (app) > Permissions.

  2. Alternatively drive the admin-consent flow with the URL https://login.microsoftonline.com/{tenant}/adminconsent?client_id={appId}.

  3. For user-consentable scenarios, review consent settings: Entra admin center > Enterprise applications > Consent and permissions.

  4. Request only needed scopes, and use incremental consent (request scopes when features need them) to reduce consent friction.

An unhandled error has occurred. Reload ๐Ÿ—™