Join our Newsletter — 33% off our NHI Course

Managed Applications

Managed applications are software services or apps that sit within an organisation’s control framework for identity, policy, and oversight. They can be governed through standard access processes, monitoring, and authentication controls, which makes them easier to secure than unsanctioned or shadow applications.

Expanded Definition

Managed applications are not just “approved apps.” In NHI and IAM practice, the term usually means software services that are enrolled in a defined governance model, with assigned ownership, authentication requirements, policy enforcement, and monitoring. That makes them distinct from shadow applications, which operate outside formal control, and from generic enterprise applications that may exist without clear identity oversight. The boundary is still evolving across vendors, so organisations should treat “managed” as a security state, not a procurement label.

For NHI Management Group, the practical question is whether the application’s non-human identity, secrets, permissions, and lifecycle are visible and enforceable. A managed application should be discoverable, assigned to a business owner, and integrated with control points such as SSO, secrets management, logging, and review workflows. This aligns closely with the discipline described in NIST Cybersecurity Framework 2.0, where asset governance and continuous oversight are core expectations.

The most common misapplication is calling an application “managed” when only its user access is controlled, but its API keys, service accounts, and deployment tokens remain unmanaged.

Examples and Use Cases

Implementing managed applications rigorously often introduces operational overhead, requiring organisations to weigh faster onboarding against tighter governance and change control.

  • A SaaS platform is registered in inventory, assigned an owner, and connected to SSO plus periodic access review workflows.
  • A CI/CD application is permitted to deploy only through approved service accounts, with secrets stored in a managed vault rather than in pipeline variables.
  • An internal data integration app is monitored for anomalous API usage and subject to rotation rules for its credentials, as outlined in the NHI Lifecycle Management Guide.
  • A customer-facing microservice is approved for production only after policy checks confirm logging, ownership, and least-privilege authorization are in place, echoing the lifecycle emphasis in Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs.
  • An externally exposed API is treated as managed only when its secrets, certificates, and rotation schedule are governed, not merely because it appears on an approved software list.

These use cases matter because “managed” is often the control boundary that separates routine oversight from hidden identity exposure. The NIST identity guidance on federated and authenticated access helps frame that control boundary, especially where applications authenticate non-human workloads rather than people.

Why It Matters in NHI Security

Managed applications are a governance mechanism for reducing identity sprawl, but they only work when the application’s operational identities are controlled end to end. NHI risk often hides in the gap between application approval and actual credential handling. NHIMG research shows that 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, and only 5.7% have full visibility into their service accounts. That combination makes “managed” a critical security distinction rather than a convenience label.

In practice, a managed application helps enforce least privilege, ownership, logging, and revocation. It also supports Zero Trust Architecture by ensuring the application is continuously authenticated and assessed, not trusted because it is internal. This is especially important when organisations use applications to orchestrate access, call APIs, or move data across domains. The risk picture is consistent with NHIMG’s broader findings in the Top 10 NHI Issues and the Ultimate Guide to NHIs — Regulatory and Audit Perspectives, where unmanaged identities and weak oversight are recurring audit concerns.

Organisations typically encounter the consequences only after a breach, failed audit, or orphaned integration is discovered, at which point managed application controls become 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 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.OC-01 Managed applications depend on clear ownership and control boundaries for enterprise assets.
NIST Zero Trust (SP 800-207) JA.3 Zero Trust requires continuous verification of application access and trust assumptions.
NIST SP 800-63 Digital identity guidance informs strong authentication for application and service access.
OWASP Non-Human Identity Top 10 NHI-01 Managed applications reduce NHI exposure when service accounts and secrets are inventoried.
OWASP Agentic AI Top 10 AI-03 Agentic apps need bounded tool access and oversight to avoid uncontrolled action.

Treat managed applications as continuously verified workloads, not inherently trusted internal systems.