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:
| Operation | What it does | Typical use |
|---|---|---|
| Status / Info | Report whether a profile exists for an identifier. | Decide whether to show "first-time setup" messaging. |
| Create | Create 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. |
| Reset | Delete and (optionally) re-create a profile in one call. | Account recovery; replacing a stale reference. |
| Delete | Permanently 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.