Join our Newsletter — 33% off our NHI Course
Home› FAQ› Authentication, Authorisation & Trust› What is the difference between authentication and authorization…
Authentication, Authorisation & Trust

What is the difference between authentication and authorization in Kerberos-based Active Directory access?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated September 27, 2026 Domain: Authentication, Authorisation & Trust

Authentication answers the question of who the user is, while authorization answers what that user may do after identity is confirmed. In Kerberos, the KDC validates the user and issues a ticket. The target service then examines the ticket and any embedded authorization data to decide whether to allow the requested action.

How Kerberos Authentication and Authorization Differ in Active Directory

Kerberos and Active Directory separate proving identity from deciding access. Authentication is the step where the KDC verifies the principal and issues a ticket. Authorization is the later policy decision, usually made by the target service after it inspects the ticket, group membership, and any embedded authorization data such as PAC contents.

That distinction matters because a valid ticket does not automatically mean the requested action is allowed. In practice, Kerberos establishes that the caller is a trusted principal, while Active Directory and the service enforce what that principal can do against the resource or action being requested. That is why a person can sign in successfully and still be denied access to a share, application function, or administrative operation.

What the Kerberos Flow Actually Proves

In Kerberos, the Authentication Service and Ticket Granting Service prove identity and create a reusable trust artefact for later service access. The user or machine first authenticates to obtain a ticket-granting ticket, then uses that ticket to request a service ticket for a specific target. The ticket is not a blanket permission grant, it is evidence that the KDC accepted the principal and that the principal can be presented to a service in a trusted way.

For IAM and IGA Basics, this is the classic split between identity proofing and entitlement enforcement. The authentication path answers whether the principal is valid; the authorization path answers whether the current roles, groups, and policy context allow the operation that follows.

That is also why Kerberos access decisions often look identity-centric even when the service is doing the final check. The ticket can carry group or authorization information, but the service still decides whether that information permits the requested resource access, function access, or delegated action.

Why the Difference Matters for AD Access Control

In Active Directory, the difference between authentication and authorization becomes visible as soon as you compare logon success with resource access. A user may authenticate successfully through Kerberos and still fail authorization because the share ACL, application role, or delegated admin policy is more restrictive than the user’s ticket-derived context. That is not a broken login, it is a correct access denial.

Kerberos-based AD environments are especially sensitive to this separation because authorization often depends on group nesting, token size, PAC contents, and replication timing. If group membership changes have not propagated, the user may authenticate but still receive stale authorization context for a period of time. The operational question is not just “did the user log in?” but “did the service enforce the right access decision using current policy data?”

Authorisation Models Guide is useful here because it explains the policy layer that sits on top of successful authentication. The same authenticated principal can be allowed or denied different actions depending on role, attributes, relationships, or externalized policy logic.

For AD practitioners, the practical point is that authentication failures usually point to credential, trust, or Kerberos exchange issues, while authorization failures usually point to group membership, ACLs, delegation scope, or application-side policy. Treating those as the same problem slows triage and leads teams to fix the wrong control.

Where Kerberos and Authorization Problems Become Security Issues

Authentication weakness and authorization weakness fail in different ways. If authentication is weak, an attacker may impersonate a valid principal and obtain tickets. If authorization is weak, a legitimate or compromised principal may do far more than intended after login. The second problem is often quieter because sign-in still works, which can make privilege creep or excessive delegation harder to spot.

That is why directory and service owners should review both the trust path and the permission path. One validates the identity presented to the KDC, while the other limits what that identity can do once the service accepts the ticket. Strong authentication without tight authorization still leaves you with broad blast radius; strong authorization without trustworthy authentication leaves you with the wrong principal making the decision.

The practical failure mode is easiest to see when tickets outlive a policy change, a privileged group is overused, or a service trusts stale embedded authorization data too much. In those cases, the user may appear “authenticated correctly” while still holding more effective access than the business intended.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-53 Rev 5 and OWASP ASVS set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

FrameworkControl / ReferenceRelevance
NIST SP 800-53 Rev 5IA-2 — Identification and Authentication (Organizational Users)Kerberos AD sign-in depends on proving the user's identity before access is evaluated.
AC-3 — Access EnforcementAuthorization in AD is enforced by the target service against the requested resource or action.
AC-6 — Least PrivilegeKerberos tickets can still carry excessive effective access if group-based authorization is too broad.
Recommendation — Require validated user authentication before any access decision is made. Enforce per-resource access decisions after authentication succeeds. Limit service and group permissions to the minimum needed for each role.
ISO/IEC 27001:2022A.5.15 — Access controlThe question is about how access rights are defined and enforced after identity is confirmed.
Recommendation — Define and enforce access rules that separate login from permission.
OWASP ASVSV8 — AuthorizationThe authorization half of the question maps directly to access-control decisions after authentication.
V6 — AuthenticationKerberos authentication is the identity-verification step that precedes access decisions.
Recommendation — Check that every protected action is authorized independently of sign-in. Verify identity with a strong authentication flow before issuing access tokens.

Practitioner Guidance

What to verify: When access looks wrong, separate the question into three checks: did Kerberos succeed, did the ticket reflect the right principal and group context, and did the target service enforce the expected resource policy. That sequence usually reveals whether you are debugging identity proof, authorization data, or downstream ACL behavior.

Decision rule: If the user can authenticate but should not reach the resource, treat the issue as authorization first, not an authentication problem. If the ticket or principal is wrong, treat it as authentication, trust, or directory state. This keeps troubleshooting aligned to the actual control that failed.

What practitioners underestimate: Authorization in AD is often distributed across directory groups, Kerberos ticket contents, and application or file-system enforcement. The access decision is therefore only as reliable as the weakest of those layers, especially after group changes, delegation updates, or privilege reductions.

Practitioner takeaway: Kerberos proves who the caller is; authorization determines what that caller can do, and the service side is where the final permission boundary must stay current and explicit.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 27, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org