Subscribe to the Non-Human & AI Identity Journal

Consent Fatigue

Consent fatigue happens when users approve application access quickly without understanding the permissions they are granting. In SaaS environments, repeated prompts and workflow pressure can normalise broad delegation, which shifts security risk from authentication to unchecked authorisation.

Expanded Definition

Consent fatigue is the operational drift that occurs when repeated approval prompts train users to click through access requests without evaluating scope. In NHI and SaaS environments, the issue is less about login success and more about unchecked authorisation, especially when delegated access, API permissions, and OAuth grants are framed as routine work.

Definitions vary across vendors because some treat consent fatigue as a usability problem, while others classify it as a governance failure or an identity security weakness. In practice, it sits at the intersection of NIST Cybersecurity Framework 2.0 access control concepts and the NHI governance patterns described in the Ultimate Guide to NHIs. The problem becomes sharper when users are asked to authorise AI agents, integrations, and service workflows that request broad or persistent permissions under time pressure.

The most common misapplication is treating consent fatigue as a user training issue alone, which occurs when organisations ignore permission design, approval frequency, and default scope.

Examples and Use Cases

Implementing consent controls rigorously often introduces friction for legitimate workflows, requiring organisations to balance user convenience against permission minimisation and auditability.

  • Employees approve repetitive OAuth prompts for collaboration tools, then unknowingly grant mailbox or file access that exceeds the task at hand.
  • Admins approve app integrations during incident response, but the temporary exception becomes a durable entitlement because no expiry or review is enforced.
  • AI agents request access to tickets, repos, or messaging platforms, and users accept broad scopes because the workflow appears necessary for productivity. Guidance in the Ultimate Guide to NHIs shows why these approvals must be treated as lifecycle events, not one-time clicks.
  • Security teams use NIST Cybersecurity Framework 2.0 to define review and revocation expectations for access grants that have outlived their original purpose.
  • Business users normalise consent screens during onboarding, which makes it harder to distinguish a legitimate request from a malicious application seeking overbroad delegation.

Why It Matters in NHI Security

Consent fatigue matters because every unnecessary approval expands the attack surface and weakens the discipline needed to govern NHIs, secrets, and delegated access. When approvals become routine, organisations lose visibility into who or what can act on their behalf, and that obscures accountability for service accounts, API keys, and agent permissions.

NHIMG research shows that only 20% of organisations have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, which means consent decisions often persist long after the need has ended. That risk is reinforced by the broader findings in the Ultimate Guide to NHIs, where excessive privileges and weak secret hygiene frequently compound each other.

In governance terms, consent fatigue is a warning sign that approval paths are too frequent, too broad, or too poorly explained. It also aligns with NIST Cybersecurity Framework 2.0 expectations for controlled access, monitoring, and recovery after access misuse. Organisations typically encounter the consequence only after a suspicious integration, overprivileged agent, or leaked token is discovered, at which point consent fatigue becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Overly broad consent drives excessive permissions and weak NHI authorisation hygiene.
NIST CSF 2.0 PR.AC-4 Access permissions should be managed and enforced according to least-privilege principles.
NIST Zero Trust (SP 800-207) AC-3 Zero Trust requires explicit, continuously evaluated access decisions instead of blanket trust.

Map consent flows to least privilege and require approval review before persistent access is granted.