Join our Newsletter — 33% off our NHI Course

How should security teams handle employee use of unapproved applications without relying only on blocks?

Security teams should treat employee application choice as a governance problem, not just an enforcement problem. Blocking tools can reduce risk in the short term, but users often bypass controls. A better approach is to combine clear policy, identity-based controls, and enrollment-based security so applications can be brought under managed authentication, access, and configuration standards without forcing every decision through IT.

Why This Matters for Security Teams

Unapproved applications are rarely just a software preference issue. They create shadow authentication paths, unmanaged data movement, and inconsistent access decisions that security teams cannot reliably see or revoke. When employees connect personal productivity tools, file-sharing services, or AI assistants to corporate data, the risk shifts from simple policy noncompliance to identity sprawl and credential exposure. NIST’s NIST Cybersecurity Framework 2.0 treats governance, asset visibility, and access control as core security outcomes, not optional add-ons.

That matters because blocking alone often pushes behavior underground. Users paste data into browser-based tools, forward files to personal accounts, or approve OAuth consent prompts without review. NHIMG research shows that only 5.7% of organisations have full visibility into their service accounts, and 85% lack full visibility into third-party vendors connected via OAuth apps in The State of Non-Human Identity Security. Those gaps make it difficult to tell whether an application is truly unapproved or simply unmanaged. In practice, many security teams discover app-driven data leakage only after a consent grant, token exposure, or vendor compromise has already expanded access.

How It Works in Practice

The practical answer is to combine policy, identity, and enrollment controls so that unapproved applications can be brought into a managed state instead of being treated only as a binary allow or deny decision. Start by defining which application categories are acceptable, which require review, and which must be blocked. Then pair that policy with identity-based controls such as SSO, conditional access, and role-based approval paths so employees can adopt sanctioned tools without losing productivity.

For applications that are not on the approved list, the safer pattern is to require enrollment before use. That means the app must support managed authentication, log retention, configuration baselines, and revocation of access when the employee leaves or the use case changes. This is especially important for OAuth-connected tools, where a single consent grant can expose mail, files, chat, or directories to a third party. NHIMG’s Ultimate Guide to NHIs shows how quickly unmanaged identities and secrets accumulate when visibility is weak.

  • Use discovery tools to identify unsanctioned SaaS, browser extensions, and AI tools before enforcement begins.
  • Require business justification and risk review for apps that touch regulated, customer, or privileged data.
  • Prefer short-lived tokens, scoped permissions, and automated revocation over broad, long-lived access grants.
  • Route approved exceptions through a standard intake process so security, legal, and IT can preserve auditability.

This approach aligns with current guidance from the NIST Cybersecurity Framework 2.0 because it emphasizes continuous control, not one-time approval. These controls tend to break down in highly decentralized environments where employees can install unmanaged apps directly on personal devices and connect them to corporate data outside central identity controls.

Common Variations and Edge Cases

Tighter application control often increases operational friction, requiring organisations to balance user flexibility against auditability and data protection. That tradeoff is real, especially in engineering, sales, and marketing teams where new tools appear faster than formal review cycles can absorb them. Current guidance suggests that the right response is not to approve everything, but to create a fast path for safe adoption and a clear path to retirement.

One common edge case is browser-based AI tools that never appear in traditional endpoint inventories. Another is personal email or cloud storage used only for “temporary” collaboration, which later becomes a shadow repository for customer data. Security teams should also treat consent-based integrations differently from installed software, because the control point is often the identity grant rather than the application binary. When consent is the access mechanism, revocation must follow the token or tenant relationship, not just a device cleanup.

There is no universal standard for this yet, but best practice is evolving toward inventory, approval workflows, and identity governance that can absorb exceptions without losing control. The strongest programmes make it easy to ask for access, easy to detect risky use, and easy to remove access when the business need ends.

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 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.OC-01 Application choice must be governed as an organisational risk issue.
OWASP Non-Human Identity Top 10 NHI-01 OAuth apps and tokens are non-human identities needing visibility and control.
CSA MAESTRO IR-01 Enrollment-based security reduces risk from unmanaged application access paths.
NIST AI RMF AI tools create new unapproved access paths that need governance and oversight.

Define sanctioned app policy, owners, and review criteria before allowing exceptions.