Registration
Registration is the act of enrolling in or signing up for something, such as creating a new user account, adding a device, or entering a system as a recognized participant. In everyday use it describes the initial step of recording who or what you are so that a service can later recognize you. The evidence available for this entry describes registration only in general and non-IAM contexts, so the IAM-specific details below are provided as practitioner guidance rather than drawn from the cited sources.
In general usage, registration is the act of registering or enrolling a subject into a system of record (Merriam-Webster; Dictionary.com). In IAM contexts, the term commonly refers to the initial onboarding step in the identity lifecycle, in which a new principal (user, service, or device) is recorded before credentials or access are granted; the precise activities included depend heavily on the deployment and profile. Registration is frequently distinguished from, but may be coupled with, identity proofing (verifying claimed identity), attribute collection, credential issuance, and downstream provisioning, these are typically separate lifecycle steps and should not be conflated. Common IAM variants include user self-registration flows (self-service account creation, often followed by verification), device registration (associating a device or authenticator with a principal), and authenticator registration/attestation in FIDO2/WebAuthn ceremonies. The term also appears in the sense of a Registration Authority (RA), a role that, in PKI/X.509 and related contexts, is typically responsible for accepting and validating enrollment requests before a certificate or credential is issued by a separate authority. Because the cited evidence packet contains only general-purpose (non-IAM) definitions, the specific scope, sequencing, and assurance requirements of registration in any given IAM system vary by standard, vendor, and configuration and are not established by the sources here.
Why it matters
Registration is the entry point of the identity lifecycle: it is where a new principal, a user, service, or device, first becomes a recognized participant in a system of record. Because everything downstream depends on this initial enrollment, the quality and rigor applied at registration shape the trustworthiness of every later authentication and authorization decision. A weak or unverified registration step propagates risk forward: accounts created without adequate identity proofing can become vectors for fraud, account takeover, and privilege abuse, while overly rigid enrollment can create onboarding friction that drives users toward insecure workarounds.
Registration also matters because it is frequently confused with steps that should remain distinct. Recording that a principal exists (registration) is not the same as verifying the claimed identity (identity proofing), issuing credentials, or granting access through provisioning. Treating these as a single undifferentiated event tends to obscure where assurance is actually established and where gaps lie. In most deployments the assurance level attached at registration, how strongly identity was validated, directly constrains what the resulting account may later be trusted to do, so architects who blur these boundaries lose the ability to reason about risk precisely.
The scope of registration varies substantially by context. Self-registration flows on a consumer service optimize for scale and low friction, often deferring or minimizing proofing; workforce onboarding typically ties registration to HR systems and stronger validation; and in PKI or FIDO2/WebAuthn contexts, registration involves specialized roles and ceremonies (such as a Registration Authority validating an enrollment request, or an authenticator being registered and attested). Because the sequencing, assurance requirements, and included activities differ by standard, vendor, and configuration, practitioners should define registration precisely for each system rather than assume a universal meaning.
Who it's relevant to
Inside Registration
Common questions
Answers to the questions practitioners most commonly ask about Registration.
