Subscribe to the Non-Human & AI Identity Journal

Passkey Provisioning

Passkey provisioning is the process of creating and registering a passkey to a user account through an administrative or API-driven workflow. It shifts enrolment from user-led self-service to an enterprise-controlled event, which makes proofing, logging, and recovery controls part of the same security decision.

Expanded Definition

passkey provisioning is the controlled issuance and registration of a passkey to an account through an admin console, identity platform, or API workflow. In NHI and IAM programs, the key distinction is that the enrolment event is enterprise-governed, not end-user initiated, so proofing, authorization, and recovery are designed as one lifecycle decision.

Definitions vary across vendors when passkey provisioning is used for workforce SSO, delegated administration, or device-bound credential registration. For NHI Management Group, the operational question is not whether a passkey exists, but who can create it, what evidence is required, and how the event is logged for later review. That makes the concept closely related to identity proofing, credential binding, and recovery governance, but it is not the same as general account activation. For a lifecycle view, see the NHI Lifecycle Management Guide and the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs. NIST control guidance for identity and access handling is described in NIST SP 800-53 Rev 5 Security and Privacy Controls.

The most common misapplication is treating passkey provisioning as a self-service convenience feature, which occurs when organisations skip proofing, approval, and recovery controls during account enrolment.

Examples and Use Cases

Implementing passkey provisioning rigorously often introduces enrolment friction and support overhead, requiring organisations to weigh stronger assurance against faster onboarding.

  • An administrator provisions a passkey for a privileged internal operator after HR-verified identity proofing and records the event in the access log.
  • An identity platform uses an API to register a passkey for a newly hired developer, but only after policy checks confirm the device and account are approved.
  • A help desk rebinds a passkey after device loss, using an escalation workflow that requires step-up verification before issuance.
  • A security team reviews passkey provisioning events alongside service account changes to detect unauthorized registration patterns, following guidance in the Top 10 NHI Issues.
  • A regulated enterprise documents provisioning evidence to support auditability and segregation of duties, aligning implementation with NIST Digital Identity Guidelines.

In high-assurance environments, passkey provisioning may be delegated to a directory service, an IAM orchestrator, or an endpoint management tool, but the policy logic should remain consistent across channels. The practical pattern is to couple issuance with logging, retention, and revocation so that the credential is never created outside governance boundaries.

Why It Matters in NHI Security

Passkey provisioning matters because the issuance event becomes a control point for privilege, accountability, and recovery. If attackers can trigger or hijack provisioning, they can effectively replace an account’s trust anchor without stealing the password. That makes the workflow relevant not only to authentication strength, but also to NHI governance, incident response, and lifecycle offboarding. NHI Management Group research shows that 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, a signal that identity operations often fail at the same control boundaries where credentials are created and recovered. The same governance gap can affect passkeys when enrolment paths are inconsistent or poorly logged.

For security teams, the main risk is assuming passkeys automatically solve identity assurance. They do not, if provisioning is weak, recovery is over-permissive, or administrative enrolment bypasses policy. The credential itself may be phishing-resistant, but the lifecycle around it can still be abused. Strong programs therefore treat provisioning as part of the identity control plane, not a one-time setup action, and they correlate it with NHI lifecycle discipline and access review.

Organisations typically encounter the real impact only after an account takeover, at which point passkey provisioning becomes operationally unavoidable to examine and constrain.

Standards & Framework Alignment

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

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST SP 800-63, 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
NIST SP 800-63 AAL2 Passkey provisioning supports authenticator binding and assurance expectations for identity enrollment.
NIST CSF 2.0 PR.AA Authenticator management covers secure enrollment, binding, and lifecycle handling for this term.
NIST Zero Trust (SP 800-207) ID Zero trust depends on strong identity establishment before granting access credentials.
OWASP Agentic AI Top 10 Administrative credential workflows can be abused when agentic systems can initiate enrollment.
OWASP Non-Human Identity Top 10 NHI-02 Credential lifecycle and secret governance principles apply to passkey issuance workflows.

Require proofing and binding controls that meet the intended assurance level before issuing a passkey.