Join our Newsletter — 33% off our NHI Course
Home FAQ Architecture & Implementation Who is accountable when a low-code app exposes…
Architecture & Implementation

Who is accountable when a low-code app exposes sensitive data through weak authentication?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated August 16, 2026 Domain: Architecture & Implementation

Accountability usually sits with both the application owner and the identity team. The app team owns route design and session handling, while the IAM team owns the identity provider, tenant trust, and lifecycle controls that make the access model defensible.

Why This Matters for Security Teams

Weak authentication in a low-code app is not just an application flaw. It is an identity boundary failure that can expose customer records, internal workflows, and downstream integrations in one step. Security teams often assume the platform’s default controls are “good enough,” but low-code builders frequently blur ownership between the app team, platform team, and identity team, which creates gaps in route protection, session handling, and tenant trust.

That gap shows up quickly in breach patterns. NHI Mgmt Group notes that 80% of identity breaches involved compromised non-human identities such as service accounts and API keys in its Ultimate Guide to NHIs — Key Research and Survey Results, and the same governance blind spots often appear when low-code apps rely on weak auth flows or broad shared credentials. NIST’s NIST SP 800-53 Rev 5 Security and Privacy Controls makes clear that access control is not optional just because the application was assembled quickly.

In practice, many security teams encounter the failure only after sensitive data has already been exposed through an externalized login path or an over-permissive connector, rather than through intentional review before release.

How It Works in Practice

Accountability usually splits along control ownership. The application owner is accountable for how the low-code app authenticates users, protects routes, handles sessions, and enforces authorization at the application layer. The IAM team is accountable for the identity provider, tenant configuration, federation, conditional access, and lifecycle controls that make the model defensible. If the app trusts a weak token, accepts unauthenticated callbacks, or exposes admin functions without robust checks, that is an application control failure. If identity policy, MFA, tenant isolation, or token issuance is misconfigured, that is an identity control failure.

Practically, teams should verify:

  • Every sensitive route requires explicit authentication and authorization checks.
  • Session tokens are short-lived, validated server-side, and scoped to the correct tenant.
  • Identity provider settings match the app’s risk level, including MFA and conditional access.
  • Connector permissions are least privilege, not inherited from a shared builder account.
  • Logging captures who accessed what, from where, and under which identity assertion.

When low-code platforms integrate with SaaS data sources, the real risk is often connector sprawl: one weak app can become a front door to many systems. This is why NHI governance matters even in “citizen development” environments, and why the 52 NHI Breaches Analysis is useful context for understanding how compromised identities and weak controls combine into larger incidents. The control model should be reviewed against identity assurance guidance in NIST, then validated through application-level testing before production release.

These controls tend to break down when a low-code app is published directly to the internet with default authentication, because the platform’s convenience features can mask unsafe route exposure and shared-access assumptions.

Common Variations and Edge Cases

Tighter authentication often increases delivery overhead, requiring organisations to balance speed of app development against the risk of overexposed data. That tradeoff is especially visible in low-code environments where business users can create apps faster than security can review them.

There is no universal standard for this yet, but current guidance suggests treating externally accessible low-code apps like any other internet-facing application: enforce strong identity, segment admin functions, and require security review for data connectors. Some platforms offer built-in auth, but that does not remove accountability if the app owner leaves a public route open or grants the wrong role to a broad audience.

Edge cases include internal-only apps that later get shared outside the tenant, apps that use embedded credentials to call backend APIs, and apps that rely on platform-level authentication without app-specific authorization. Those patterns often turn a minor configuration error into broad data exposure. If the environment includes regulated data, shared admin accounts, or multiple tenants, the IAM team should also confirm that tenant trust boundaries are explicit and that session claims cannot be reused across apps.

For organisations formalising this model, ISO 27001 helps anchor ownership and review discipline through ISO/IEC 27001:2022 Information Security Management. The practical rule is simple: the app team owns the exposed surface, and the identity team owns whether the surface should be trusted at all.

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, NIST SP 800-63 and NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AC-1Directly addresses identity, credentials, and access enforcement for exposed apps.
OWASP Non-Human Identity Top 10NHI-01Weak auth often exposes service accounts, tokens, or other non-human identities.
NIST SP 800-63Identity assurance and session trust are central when low-code apps authenticate users.
NIST AI RMFGovernance and accountability apply when low-code platforms automate access decisions.

Map each low-code app to explicit access checks and review identity paths before production release.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on August 16, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org