Subscribe to the Non-Human & AI Identity Journal

What should organisations review before relying on low-code IGA workflows?

Organisations should review whether low-code workflows still preserve segregation of duties, approval integrity, and auditability across the systems that matter most. If the platform makes changes easy but hides how decisions are made, the organisation may gain speed while losing governance clarity.

Why This Matters for Security Teams

Low-code IGA workflows can reduce queue time for access changes, but they also make governance assumptions easy to miss. The risk is not the workflow builder itself. The risk is that organisations may automate approvals, provisioning, and exceptions without proving that segregation of duties, review quality, and evidence retention still hold across every connected system. That becomes more serious when the workflow spans privileged roles, service accounts, or delegated admin paths.

This is why identity controls cannot be treated as a cosmetic layer on top of automation. The Ultimate Guide to NHIs from NHI Mgmt Group notes that 97% of NHIs carry excessive privileges, which is exactly the kind of condition that low-code automation can accelerate if guardrails are weak. NIST also frames identity governance as part of an organisation’s core cyber posture in the NIST Cybersecurity Framework 2.0, not just an IT workflow concern.

In practice, many security teams encounter weak approvals only after a high-risk access change has already been pushed through the workflow.

How It Works in Practice

Before relying on low-code IGA, organisations should test the workflow as a control, not just a convenience feature. That means mapping each automated step to a named policy owner, checking what evidence is captured at request time, and confirming whether the platform can show who approved, what they reviewed, and what changed afterward. If those details are hidden behind a visual builder, the governance model may be weaker than it appears.

A practical review usually starts with three questions:

  • Does the workflow enforce segregation of duties, or can the same person request, approve, and certify access?
  • Are approval rules context-aware, or do they rely on static routes that ignore risk, system criticality, or entitlement type?
  • Can the organisation export a defensible audit trail that proves the full decision path, including exceptions and rework?

Low-code does not remove the need for policy design. It changes where policy lives. Controls should still align with review expectations in the NIST Cybersecurity Framework 2.0, especially where access decisions affect privileged accounts, shared infrastructure, or non-human identities. NHI Mgmt Group’s Ultimate Guide to NHIs is also relevant here because automation often touches secrets, service accounts, and API keys that fall outside traditional joiner-mover-leaver design.

Security teams should also verify that workflow changes are version-controlled and that production changes require the same review discipline as manually coded controls. These controls tend to break down when the platform is used to route privileged exceptions across multiple systems because approval context and downstream enforcement quickly drift apart.

Common Variations and Edge Cases

Tighter workflow control often increases setup and maintenance overhead, so organisations have to balance speed against assurance. That tradeoff is acceptable when low-code is used for low-risk provisioning, but it becomes harder to justify for privileged access, emergency elevation, or cross-domain approvals.

Best practice is evolving for workflow engines that combine human approvals with machine actions. There is no universal standard for this yet, but current guidance suggests treating any workflow that can create, modify, or revoke access as a controlled change path. That is especially important when the workflow spans external contractors, delegated admins, or NHI-linked entitlements. The Ultimate Guide to NHIs underscores how often these identities are over-privileged or poorly tracked, which makes opaque automation a governance problem, not just an efficiency issue.

Edge cases also matter. If the platform supports custom scripts, webhooks, or connector-based escalation, the organisation should review whether those extensions are logged, tested, and separately approved. If not, the workflow may pass a formal review while bypassing the intent of the control. In practice, low-code IGA is safest when the organisation can explain every automated decision in plain language and prove the record is complete.

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

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Low-code workflows can automate NHI credential actions without strong rotation controls.
NIST CSF 2.0 PR.AC-4 Access approval integrity depends on least-privilege enforcement and privileged review.
NIST AI RMF Workflow automation should be governed for accountability, transparency, and human oversight.

Verify every automated entitlement path also enforces NHI lifecycle controls and credential rotation.