Join our Newsletter — 33% off our NHI Course

Access-Granting Process

An access-granting process is the formal method for assigning permissions to users and accounts. It should align access with job roles, standardize approvals, and reduce overprovisioning. When well run, it keeps privilege changes consistent, auditable, and easier to revoke when employment status or responsibilities change.

What an access-granting process does

An access-granting process is the control point where an organisation decides who gets access, what they receive, and under what approval path. Its value comes from making permission assignment deliberate, consistent, and traceable rather than ad hoc.

In practice, the process sits between a business request and a live entitlement change. That means it should reflect the actual role or need, not just the requester’s title, and it should leave an audit trail that shows why the access was granted and by whom.

Well-designed access granting is closely related to least privilege and role alignment. It helps prevent the common failure mode where users collect privileges over time because no one revalidates the original need for access.

Where access granting fits in identity and access management

Access granting is one part of the wider identity lifecycle: request, approval, provisioning, review, and eventual revocation. It matters because permissions are not just records in a system, they are operational authority that can affect data, transactions, administration, and downstream business processes.

The process usually involves managers, application owners, or delegated approvers making an entitlement decision, then an administrative or automated system applying the change. Where the process is weak, organisations often end up with inconsistent approvals, duplicate entitlements, or exceptions that are never revisited.

For environments with service accounts, APIs, or other non-human identities, the same discipline applies to machine access as well. NHIMG’s Ultimate Guide to NHIs is a useful reference for the broader governance and lifecycle context that surrounds access decisions.

Why approvals, standard roles, and revocation discipline matter

The security value of the process is not the paperwork itself, but the control it creates over privilege. Standardised role-based decisions reduce the chance that similar requests are treated differently, while clear approval rules reduce the chance that access is granted without a real owner accepting accountability.

Revocation discipline is equally important. Access that is easy to grant but hard to remove creates lingering exposure when people change jobs, projects end, or contractors leave. That is why access-granting should be designed with removal in mind from the start.

The same issue appears in identity sprawl and overprivilege more broadly. The key challenges and risks section of the Ultimate Guide to NHIs explains why visibility gaps and excessive permissions become persistent control problems when entitlement governance is weak.

Common failure patterns and what they look like

Access-granting processes fail when they become informal, exception-heavy, or detached from actual job responsibilities. Typical warning signs include approvals based on convenience, access granted “just in case,” and recurring manual overrides that never get normalised into policy.

Another failure pattern is treating onboarding as the only access event that matters. Real risk often appears later, when a role changes but the old permissions remain, or when elevated access is granted temporarily and then forgotten.

That pattern is not theoretical. NHIMG reports that only 20% of organisations have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, which shows how often access lifecycle discipline breaks down once access has been granted.

Risk and Threat Considerations

Weak access-granting processes create direct exposure to overprovisioning, privilege creep, and unauthorized access. When approvals are inconsistent or revocation is delayed, attackers and insiders alike benefit from permissions that should never have existed or should already have been removed.

Failure mechanism: Access is granted without a strong business need, remains active after the need ends, or is expanded through exceptions that bypass role discipline. That creates durable privilege that can be abused for data access, administrative control, lateral movement, or persistence.

Impact: The organisation accumulates unnecessary attack surface and loses confidence that entitlements reflect current business reality. If a granted account or token is compromised, the resulting access can be broader and longer-lived than intended, increasing the blast radius of any incident.

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 addresses the attack surface, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, and ISO/IEC 27001:2022 defines the regulatory obligations.

Framework Control / Reference Relevance
NIST SP 800-53 Rev 5 AC-2 — Account Management Access granting assigns and tracks account permissions across the lifecycle.
AC-6 — Least Privilege The term centers on limiting permissions to what a role actually needs.
IA-5 — Authenticator Management Access-granting often includes managing credential material used to enable access.
Recommendation — Define approval and assignment rules in AC-2, then review and revoke access on role or status change. Apply AC-6 to keep grants narrowly scoped to required duties and remove excess access. Use IA-5 to control issuance, rotation, and revocation of credentials tied to granted access.
CIS Controls v8 CIS-6 — Access Control Management The process is fundamentally about granting, limiting, and removing access rights.
Recommendation — Use CIS-6 to standardize approvals, enforce least privilege, and remove stale access.
ISO/IEC 27001:2022 A.5.15 — Access control Access granting is a core access control activity under Annex A.
A.5.18 — Access rights The term directly concerns assigning, reviewing, and revoking rights.
Recommendation — Implement A.5.15 to govern who can receive access and under what approval conditions. Use A.5.18 to review access rights regularly and remove permissions when no longer needed.
OWASP Non-Human Identity Top 10 NHI-05 — Overprivileged NHI Access-granting failures can create excessive privileges for non-human identities.
Recommendation — Apply NHI-05 to keep machine and service access tightly scoped to the minimum needed.

Practitioner Guidance

Governance implication: Treat access granting as an entitlement decision, not a ticket closure step. The approver should be accountable for whether the requested access is necessary, proportionate, and reviewable, while the process owner should be accountable for keeping the rules consistent.

What to watch for: Repeated exceptions, broad role bundles, and approvals that cannot be explained in business terms usually indicate that the process has drifted from control to convenience. In a healthy process, every grant should be easy to justify and easy to unwind.

Practitioner takeaway: The best access-granting process is one that makes the right approval path the easiest path, because that is what keeps privilege aligned to real work over time.