Authorization
Authorization is the process of granting a user, program, or process permission to access specific resources such as a document, database, application, or physical location. It determines what an already-identified entity is allowed to do, and is usually governed by an access policy set by someone with the authority to define those permissions.
Authorization is the function of specifying and enforcing rights and privileges for accessing resources, typically implemented through an access policy that matches users, programs, or processes to permitted actions and assets. It encompasses both the granted access privileges and the act of granting them. Authorization follows authentication in the access control flow: authentication establishes identity, while authorization determines the scope of permitted access for that identity. In NIST usage, authorization was formerly referred to as accreditation.
Why it matters
Authorization is the control point that determines what an authenticated identity can actually do inside an environment. Without well-defined authorization, verifying who someone is accomplishes little, because identity alone does not constrain access to sensitive documents, databases, applications, or physical locations. A robust access policy governed by someone with the authority to define permissions is what translates identity into appropriately scoped access, and weak or overly broad authorization is a frequent root cause of excessive access that expands the impact of a compromised account.
For security leaders, authorization is fundamentally a governance and business risk concern, not merely a technical setting. Deciding who is permitted to access which resources requires a policy owned by a person with authority to grant those privileges, and it depends on the organization understanding its own data, systems, and roles. Because authorization follows authentication in the access control flow, gaps here can undermine otherwise strong identity controls: a valid identity mapped to inappropriate privileges still results in inappropriate access.
A virtual CISO can help an organization establish and mature the access policies that drive authorization, but accountability for approving and maintaining those permissions typically remains with the client organization and its officers. The effectiveness of any authorization scheme depends heavily on organizational maturity, cooperation from stakeholders who own resources, and clear definition of who holds the authority to grant access.
Who it's relevant to
Inside Authorization
Common questions
Answers to the questions practitioners most commonly ask about Authorization.