Skip to main content
Version: v2.0 (latest)

Managing the User Lifecycle

OIDC Web provides a user-management API for the hosted-profile mode, detailed in the User Guide. Your application uses it to control the full lifecycle of its users' biometric profiles:

OperationWhat it doesTypical use
Status / InfoReport whether a profile exists for an identifier.Decide whether to show "first-time setup" messaging.
CreateCreate a profile from a trusted reference portrait (from an identity document chip, an optical document scan, or a selfie).Pre-provisioning; removing trust-on-first-use.
ResetDelete and (optionally) re-create a profile in one call.Account recovery; replacing a stale reference.
DeletePermanently remove the profile.Offboarding; data-subject erasure requests.

The API authenticates with your OIDC client credentials, so the profiles it manages are exactly the profiles your logins use.

Day-to-day configuration happens in iPortal, iProov's self-service console. You register and configure your OIDC clients there, invite and manage team members, raise support tickets, and access usage reporting and per-transaction diagnostics. The User Guide walks through registration step by step.