Issuance-time authorisation is the decision made before a token is minted, when the system can evaluate the user, agent, resource, tenant, and requested scope together. It is stronger than static consent because it governs the specific action being requested, not just the identity standing behind it.
Expanded Definition
Issuance-time authorisation is the pre-mint policy decision that determines whether a token should be created at all, based on the full request context: who or what is asking, which resource is targeted, what scope is requested, and under which tenant or environment the request is made. In NHI governance, that distinction matters because a token is not just a proof of identity; it is a portable capability that can outlive the original request. A well-designed issuance-time check can enforce step-up conditions, tenant boundaries, workload posture, and least privilege before any credential exists. This makes it conceptually closer to a gate at the point of creation than to a post-issuance access check. The idea aligns with broader risk governance in the NIST Cybersecurity Framework 2.0, even though no single standard yet governs this term as a standalone control model. Usage in the industry is still evolving across OAuth, agentic workflows, and service-to-service identity flows. The most common misapplication is treating consent at login as equivalent to issuance approval, which occurs when a system mints broadly scoped tokens after only a general authentication event.
Examples and Use Cases
Implementing issuance-time authorisation rigorously often introduces latency and policy complexity, requiring organisations to weigh stronger containment against developer friction and higher decision overhead.
- An AI agent requests a short-lived token to call a payment API, but the issuer only mints it if the prompt, tenant, and tool allowlist match the approved workflow.
- A CI/CD runner asks for a cloud credential, and the issuer denies broad scopes unless the job context proves the repository, branch, and environment are approved.
- A partner integration requests access to a customer dataset, but the token is minted only for the specific tenant and data class described in the contract.
- A service account refresh flow is blocked because the requester is outside the expected workload identity boundary documented in the Ultimate Guide to NHIs.
- An internal orchestration service receives a token only after policy confirms the requested scope is narrower than the static role assigned to the workload.
These patterns are especially relevant when issuance is delegated across brokers, identity providers, or policy engines, because each additional hop can widen the effective trust boundary. In practice, issuance-time authorisation should be paired with policy logic that can evaluate runtime state rather than relying on a one-time account grant. That approach is consistent with Ultimate Guide to NHIs guidance on controlling token sprawl and privilege excess, and it maps cleanly to API-centric access governance described in standards such as the NIST Cybersecurity Framework 2.0.
Why It Matters in NHI Security
Issuance-time authorisation matters because many NHI failures are not caused by stolen passwords alone, but by tokens that were minted too broadly, too early, or without sufficient contextual checks. Once a token exists, it can be cached, forwarded, replayed, or embedded into automation where downstream systems treat it as valid authority. That is why issuance controls are a core part of reducing blast radius for service accounts, API keys, and agent credentials. NHI Mgmt Group reports that 80% of identity breaches involved compromised non-human identities, which underscores how dangerous weak token issuance decisions can be when they are combined with excessive privilege or long-lived secrets. The issue also intersects with Zero Trust expectations, because trust should be re-evaluated at the moment capability is granted, not assumed after initial authentication. Practitioners typically encounter the operational cost of weak issuance only after token misuse, lateral movement, or an agent-driven incident reveals that policy was never enforced at mint time, at which point issuance-time authorisation becomes 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 address the attack and risk surface, while NIST CSF 2.0 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-03 | Token issuance and scope control are core to NHI authorization risk. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege access decisions map to authorization at issuance time. |
| NIST Zero Trust (SP 800-207) | Zero Trust requires continuous, context-aware access decisions for issued credentials. |
Enforce policy checks before minting NHI tokens and keep scopes narrowly bounded to the request context.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 12, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org