Instant-On
Instant On Integrations
Instant on integrations are the simplest way to add CLEAR into your application. Instead of writing custom API calls or implementing OIDC/OAuth, you can configure CLEAR directly inside your existing identity or workflow provider (e.g., Okta, Ping, Epic).
These integrations are designed to be:
- Fast to set up — configuration-driven, not code-heavy
- Low lift — no need to manage sessions or tokens yourself
- Opinionated defaults — common CLEAR verification flows are pre-configured in your
project_id - Seamless for users — CLEAR verification appears as part of the existing login, onboarding, or recovery flow
How It Works
- Pick your provider — e.g., identity provider (Okta, Ping), healthcare system (Epic), or another pre-integrated platform.
- Plug in your CLEAR project details — typically just a
project_idand secret from the CLEAR Console. - Map user attributes (optional) — some platforms let you pass first name, last name, or other identifiers into CLEAR to improve matching.
- Enable CLEAR in your flow — the provider will now call CLEAR automatically whenever a verification is needed.
Benefits
- Minimal engineering: Most integrations are done in the provider’s admin console.
- Time-to-value: Get CLEAR running in minutes instead of weeks.
- Consistent experience: Users see the same trusted CLEAR verification flow.
- Configurable outcomes: Even though setup is simple, CLEAR projects still define which checks to run and what data to return.
When to Use OOTB
Use Out-of-the-Box integrations if:
- You want the fastest deployment path.
- You’re already using a supported provider (e.g., Okta, Ping, Epic).
- You don’t need deep customization of the user flow.
If you need full control over session lifecycle or custom user experiences, consider the Standard or OIDC/OAuth integration methods instead.
Key Takeaway
Out-of-the-Box integrations are about simplicity and speed. All you need is a project_id and a supported provider. CLEAR handles the heavy lifting, while you get a turnkey way to add biometric identity verification directly into your existing login or workflow.
Updated about 2 months ago