Subscribe to the Non-Human & AI Identity Journal

Credential issuance

The process of creating, enrolling, and binding a credential to a user, device, or account. In mature identity programmes, issuance is a governed control point, not a convenience step, because it determines who can obtain access, how assurance is established, and how recovery is handled.

Expanded Definition

Credential issuance is the governed act of creating, enrolling, and binding a credential to an identity so it can be trusted at runtime. For NHIs, that credential may be a password, API key, certificate, token, or other secret, but the control objective is the same: issue only what is needed, to the right subject, with the right assurance, and with traceable ownership. The distinction matters because issuance is not the same as storage or authentication. It is the moment when an identity is made operational, and therefore it is where policy, lifecycle, and accountability should be enforced.

In identity programmes, credential issuance often overlaps with registration, provisioning, and attestation, but definitions vary across vendors and no single standard governs this yet for all NHI patterns. NIST SP 800-63 Digital Identity Guidelines provides a useful reference point for issuance assurance concepts in human identity, while the OWASP Non-Human Identity Top 10 frames the operational risks that appear when service credentials are issued without sufficient control. NHI Management Group treats issuance as a policy checkpoint, not a ticketing convenience. The most common misapplication is treating credential issuance as a one-time admin action, which occurs when teams skip identity binding, lifecycle review, or expiry design.

Examples and Use Cases

Implementing credential issuance rigorously often introduces friction at onboarding and recovery, requiring organisations to weigh operational speed against stronger assurance, traceability, and revocation discipline.

  • A CI/CD system issues short-lived deployment credentials after validating the pipeline identity and environment, reducing the value of any stolen secret. The CI/CD pipeline exploitation case study shows why unattended issuance paths become attack paths.
  • A workload receives a certificate through automated enrollment rather than a long-lived shared key, aligning issuance with rotation and revocation controls. This pattern is discussed alongside dynamic credential models in the Ultimate Guide to NHIs — Static vs Dynamic Secrets.
  • An API consumer is issued a scoped token only after service ownership is recorded and the request is approved by policy, limiting downstream blast radius.
  • A recovery workflow re-issues a compromised credential only after the old binding is revoked and logs are preserved for audit.
  • An internal platform issues database credentials just-in-time rather than embedding them in build artifacts, which helps counter the Guide to the Secret Sprawl Challenge.

Why It Matters in NHI Security

Credential issuance is one of the highest-leverage control points in NHI security because every weak issuance path creates future secret sprawl, privilege drift, and uncertain ownership. If issuance is uncontrolled, teams end up with credentials that outlive the workload, outscope the use case, or remain recoverable long after they should have been retired. That creates conditions for lateral movement, unauthorized automation, and silent persistence inside cloud and application estates. The governance failure is especially visible when issued secrets are shared manually, because distribution becomes detached from policy and revocation becomes incomplete. In NHIMG research, 23.7% of organisations report sharing secrets through insecure methods such as email or messaging applications, a pattern that starts with poor issuance discipline and ends with unmanaged exposure. The same issue appears in incident patterns such as the Cisco Active Directory credentials breach and 230M AWS environment compromise, where credentials became operational liabilities after exposure. Organisations typically encounter the real cost only after a secret is stolen or a workload is repurposed, at which point credential issuance becomes operationally unavoidable to fix.

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 SP 800-63 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-01 Issuance is the control point where NHI credentials are created and bound to workload identities.
NIST SP 800-63 IAL Identity proofing and assurance concepts inform how strong credential issuance should be.
NIST Zero Trust (SP 800-207) PL-2 Zero trust depends on issuing credentials that support continuous verification and least privilege.

Prefer short-lived, policy-bound credentials that can be revoked without disrupting trust architecture.