Knowledge Base

Learn: Proof, Not Probability

ScrambleID provides cryptographic authentication for humans and the agents they deploy. No shared secrets. No probability-based detection. Just proof.

Start Here7 min read

Omnichannel Authentication in the AI Era: Proof, Not Probability

A canonical guide to omnichannel authentication: why attackers route around single-channel MFA, how ScrambleID closes every surface gap (web, voice, people, frontline, agent, machine, bot, workload) with one proof rail, and how to roll it out and measure it.

Read the guideDownload PDF

Start here

Suggested reading

Web Authentication5 min

Phishing-Resistant Web Authentication: Passkeys, QR Login, and the Patterns That Actually Work

How to build and deploy phishing-resistant web authentication: origin-bound WebAuthn/passkeys, session-bound QR(DID) flows, SAML/OIDC federation, and operational pitfalls (AiTM, session theft, quishing).

Voice & Contact Center10 min

Caller Authentication: Replace KBA and Stop Vishing (Phone-Channel Verification)

How ScrambleID Voice replaces knowledge-based authentication (KBA) on the phone with a cryptographic, app-confirmed flow using short-lived Dynamic Identifiers (DIDs), plus scripts, metrics, and integration guidance.

Customer Stories11 min

Credit Bureau Case Study: Phishing-Resistant Authentication Across Five Surfaces

How one of the three major US credit bureaus deployed ScrambleID across five surfaces (voice, web, agent, people, frontline): the two-week deployment pattern, 90%+ fewer password reset tickets, and 34% faster caller verification.

People & In-Person7 min

People Trust Checks: Cryptographic Person-to-Person Verification With Consent and Data Minimization

How ScrambleID People works: verifier-initiated Trust Checks, consent-based sharing, Work/Personal/Minimal/Anonymous profiles, requirement pills, and a replay-resistant Unified ID Card renderer.

Machine Identity10 min

AI Agent Authentication: Give Agents Identity Without Giving Them Secrets

A canonical guide to authenticating AI agents and bots: non-human identity, least-privilege tokens, PoP (mTLS/DPoP), human-in-the-loop step-up (XFactor/Lockstep), and auditability that survives incident response.

Browse by Category

Fundamentals

Dynamic Identifiers Explained: The Cryptographic Primitive Behind Phishing-Resistant Authentication

A canonical definition of Dynamic Identifiers (DIDs) and QR Identifiers (QIDs): security properties, lifecycle, how they differ from OTPs, and how they bind user intent to the correct session across channels.

5 min

Omnichannel Authentication in the AI Era: Proof, Not Probability

A canonical guide to omnichannel authentication: why attackers route around single-channel MFA, how ScrambleID closes every surface gap (web, voice, people, frontline, agent, machine, bot, workload) with one proof rail, and how to roll it out and measure it.

7 min

Passwordless Authentication vs MFA: Three Independent Axes That Most Teams Conflate

Passwordless authentication and multi-factor authentication (MFA) are different concepts that are often conflated. Learn how they overlap, where they diverge, and what 'phishing-resistant passwordless MFA' actually means.

8 min

ScrambleID Architecture: One Identity Fabric Across Eight Surfaces

A technical architecture overview of ScrambleID: shared identifiers (SUID/ZID), dynamic identifiers (DID/QID), session/origin binding, certificate/JWKS distribution, telemetry, and how all eight surfaces reuse the same rails.

24 min

What Is Passwordless Authentication? The Architecture That Makes Credential Phishing Structurally Impossible

Passwordless authentication eliminates reusable passwords in favor of cryptographic credentials, biometrics, and device-bound proofs. Learn the methods, standards, and enterprise deployment patterns that matter for CISOs and CTOs.

9 min

People & In-Person

Context Picker: How Adaptive Verification Picks the Right Method Without Eroding Privacy

A forward-looking spec for ScrambleID's Context Picker: which device/environment/user-history signals to capture (with minimal permissions), how to preserve privacy, and how to use signals to suggest QR vs code vs link flows.

7 min

People Trust Checks: Cryptographic Person-to-Person Verification With Consent and Data Minimization

How ScrambleID People works: verifier-initiated Trust Checks, consent-based sharing, Work/Personal/Minimal/Anonymous profiles, requirement pills, and a replay-resistant Unified ID Card renderer.

7 min

People Verification for Finance: Stopping Wire Fraud, Vendor BEC, and Executive Impersonation

How finance, treasury, and accounts payable teams use person-to-person cryptographic verification to defeat the executive-impersonation, vendor-impersonation, and authorized push payment (APP) fraud patterns that have driven nine- and ten-figure losses across enterprises in 2023-2024.

16 min

People Verification for Physical Sites: Contractor, Visitor, and In-Person Counterparty Verification

How corporate security, branch banking, healthcare facilities, and high-security sites use person-to-person cryptographic verification to confirm contractor, vendor, visitor, and counterparty identity in person, without depending on physical badges that can be forged or phone trees that can be social-engineered.

14 min

People Verification: An Implementation Guide for Trust Checks and Consent UX

A detailed build + rollout guide for ScrambleID People: initiation modes (QR/code/link), consent UX, profile compliance (Work/Minimal/Anonymous), attribute provenance, default TTLs, APIs, and enterprise policies.

7 min

Stopping Help-Desk Impersonation: How to Close the Attack Surface That Brought Down MGM and Caesars

Help-desk impersonation has driven some of the largest breaches of the past three years (MGM, Caesars). Knowledge-based questions and callback-to-known-good no longer hold under AI-driven social engineering. This playbook covers how to use person-to-person cryptographic verification to lock down credential resets, MFA re-enrollment, device adds, and privileged access requests across the help desk.

17 min

Unified ID Card & Attribute Provenance: Verified vs Self-Asserted Identity Fields

A canonical guide to ScrambleID's Unified ID Card model: the attribute catalog, provenance rules (verified ✓ vs self-asserted •), rendering contexts, and how picker/guardrails prevent oversharing and replayable proofs.

8 min

ID Card Picker: Consent UX That Prevents Undersharing, Oversharing, and Replay

How ScrambleID's ID Card Picker enforces verifier requirements (Work/Minimal/Anonymous), preserves presenter consent, and reduces friction using Accept/Reject and Filtered Picker states.

7 min

Machine Identity

AI Agent Authentication: Give Agents Identity Without Giving Them Secrets

A canonical guide to authenticating AI agents and bots: non-human identity, least-privilege tokens, PoP (mTLS/DPoP), human-in-the-loop step-up (XFactor/Lockstep), and auditability that survives incident response.

10 min

AI Agent Tool-Access Playbook: Identity, Least Privilege, and Safe Delegation

A concrete operating model for AI agents: how to mint scoped tool tokens, bind them to agent identity, require step-up/dual control for irreversible actions, and instrument audit trails that stand up in incident response.

12 min

client_secret vs JWT Client Assertion vs mTLS: A Buyer's Guide to OAuth 2.0 Client Authentication Methods

OAuth 2.0 supports several methods for authenticating a client to the authorization server. This guide compares client_secret_basic and client_secret_post (the original shared-secret methods) against private_key_jwt (RFC 7523 JWT client assertion) and tls_client_auth (RFC 8705 mTLS), with practical guidance on when each is appropriate and why production deployments are converging on the cryptographic methods.

15 min

Cloud Workload Identity Compared: AWS IRSA vs GCP Workload Identity Federation vs Azure Managed Identity vs SPIFFE/SPIRE

A practical side-by-side comparison of cloud-native workload identity mechanisms (AWS IAM Roles for Service Accounts, GCP Workload Identity Federation, Azure Managed Identity, SPIFFE/SPIRE) for platform engineers and architects choosing the right pattern for service-to-service authentication without static secrets.

16 min

Shadow AI Agents: How to Find the Agents Nobody Registered

A discovery playbook for shadow AI agents: where unregistered agents hide (OAuth grants, service accounts, SaaS-embedded agents, MCP servers), the verified numbers on what shadow AI costs, and why per-agent identity is the durable fix.

8 min

GitHub Actions OIDC Federation Across Clouds: AWS, GCP, and Azure Without Long-Lived CI Secrets

How to eliminate long-lived cloud credentials from GitHub Actions workflows using OIDC federation. Covers the configuration for AWS (IAM with web-identity federation), GCP (Workload Identity Federation), and Azure (federated credentials), plus security pitfalls (subject-claim conditions, branch and environment scoping, attack patterns).

15 min

M2M Authentication Without Secrets: JWT Client Assertions Instead of Client Secrets

How to eliminate OAuth client secrets for service-to-service auth using JWT client assertions (RFC 7523), short-lived tokens, replay prevention, and optional sender constraints (mTLS/DPoP).

9 min

Sender-Constrained Tokens for Machine Identity: mTLS (RFC 8705) and DPoP (RFC 9449)

A practical guide to reducing bearer-token replay by binding access tokens to a client: when to use mTLS vs DPoP, claim mechanics (cnf/jkt), implementation pitfalls, and monitoring signals.

6 min

Multi-Hop Agent Delegation Chains: Identity Propagation Across Human → Agent → Agent → Tool → Resource

The hardest agent identity problem in production today is not authenticating a single agent. It is propagating authorization across a chain of agents, tools, and resources while preserving original-caller attribution and enforcing scope at every hop. This guide covers the standards (RFC 8693 OAuth 2.0 Token Exchange), the architectural patterns, and the threat model for delegation chains in agentic systems.

17 min

Service Account Replacement: Eliminating Long-Lived Shared Secrets in 90 Days

Long-lived service-account passwords and API keys are the dominant cause of non-human identity breach. This guide covers the practical sequence: inventory, classify by blast radius, migrate to cloud-native workload identity and sender-constrained tokens, address CI/CD pipelines, and decommission the old credentials. Includes an audit-ready KPI set and a 90-day target for ≥ 95% migration.

15 min

Trust & Risk

Deepfake-Resistant Identity Verification: Why Cryptography Beats AI-Generated Voice and Video

AI-generated voice and video are now commodity capabilities, and the Arup Hong Kong $25.6M deepfake fraud (2024) made the failure mode public. This guide explains why detection-based defenses (voice biometrics, liveness detection, behavioral analytics) lose the cat-and-mouse race against generative AI, and why cryptographic people verification is structurally immune.

15 min

Prompt Injection Defense Through Identity Controls: Why Authorization Boundaries Beat Better Prompts

Prompt injection cannot be eliminated by better prompts because the LLM cannot distinguish data from instruction at the input layer. The defense that works is moving consequential authority out of the agent's reasoning and into cryptographic authorization boundaries that the agent's compromised reasoning cannot reach. This guide covers the identity-control patterns: scope-per-tool tokens, dual-control on irreversible actions, human-in-the-loop step-up, and chain-aware delegation.

16 min

Recovery and Fallback Playbook: Phishing-Resistant Account Recovery That Doesn't Become the New Attack Surface

A canonical playbook for account recovery and fallback flows in a phishing-resistant deployment: warm-path recovery from an enrolled device, cold-path recovery via identity proofing, assisted recovery for users without the app, decision tree, SLAs, audit requirements, and the specific anti-patterns that turn recovery into the weakest link.

18 min

Circle of Trust: Verified Coworkers, Verified Brands, and Trust Context at Decision Time

How ScrambleID's Circle of Trust (CoT) models trust relationships (enterprise tiers, verified brands, personal edges) and exposes low-latency trust signals to Online, Caller, People, and Desktop, without granting access.

9 min

Lockstep: Cryptographic Dual Control for the Highest-Risk Actions

A guide to dual control (four-eyes) using ScrambleID Lockstep: when to require it, default TTLs and SLAs, API patterns, UX design, and how to stop social engineering and single-actor failures.

6 min

Overwatch: Unified Identity Risk Monitoring Across Every Surface

A practical guide to ScrambleID Overwatch: cross-channel event ingestion, rule-based risk scoring, alerting, and action hooks that trigger step-up (XFactor), co-approval (Lockstep), or blocks.

9 min

Verify-Me: A Cryptographic Trust Seal for Email, Documents, and Web Pages

How ScrambleID Verify-Me adds context-bound verification to email signatures, PDFs, social profiles, and websites - without prompting the publisher. Includes embedding examples, threat model, and comparisons to DMARC/BIMI.

7 min

XFactor: Multi-Step, Phishing-Resistant Step-Up Across Every Channel

A guide to designing phishing-resistant step-up chains across every surface: factor catalog, policy examples, UX patterns, anti-patterns, and measurable success criteria.

6 min

Buyer's Guide

The Agentic Identity Stack: Where Okta, Microsoft Entra, Astrix, Oasis, and ScrambleID Fit Together

A layered map of the agentic identity market: agent directories and lifecycle governance (Okta for AI Agents, Microsoft Entra Agent ID), discovery and posture (Astrix, Oasis), and the per-action proof layer (ScrambleID). How the layers compose, what each answers for an auditor, and why you'll likely run more than one.

8 min

Enterprise Passwordless Authentication Vendors Compared: HYPR vs Ping Identity vs Descope vs Beyond Identity vs ScrambleID

A neutral comparison of enterprise passwordless authentication platforms, HYPR, Ping Identity, Descope, Beyond Identity, and ScrambleID, scored on channel coverage, phishing resistance, federation, deployment model, and total cost of ownership.

12 min

People Verification vs Photo ID, Video, Notary, and KBA: What Still Holds Up in the Deepfake Era

An evidence-based comparison of person-to-person cryptographic verification against the traditional human-to-human verification methods enterprises rely on today: photo ID + signature, video calls, remote notary apps, knowledge-based questions, and 'call them back to verify.' Includes deepfake-era threat scoring and decision criteria.

14 min

ScrambleID vs Beyond Identity: How They Compare on Channels, Device Trust, and Non-Human Identity

A neutral, head-to-head technical comparison of ScrambleID and Beyond Identity across architecture, channel coverage, device trust, machine identity, deployment, and recovery. Built for CISOs, IAM architects, and procurement teams running an enterprise passwordless evaluation.

18 min

ScrambleID + Microsoft Entra ID: External Authentication Methods for Phishing-Resistant SSO

How ScrambleID layers on top of Microsoft Entra ID to add phishing-resistant primary authentication, voice/contact-center verification, AI agent identity, and shared-device login. External authentication methods integration, Conditional Access interplay, deployment timeline, and how the two systems share user identity through Entra ID as the system of record.

15 min

ScrambleID + Okta: Deployment Patterns for Phishing-Resistant Omnichannel Authentication

How ScrambleID layers on top of Okta to add phishing-resistant authentication, voice/contact-center verification, AI agent identity, and shared-device login without replacing your IdP. Integration architecture, federation flow, policy interplay with Okta Workflows and ThreatInsight, deployment timeline, and the questions buyers ask most.

14 min

Definitions

What Are NIST AAL Levels? AAL1, AAL2, and AAL3 Without the Standards Headache

A definitive explanation of NIST Authenticator Assurance Levels (AAL1, AAL2, AAL3) under SP 800-63B and the SP 800-63-4. Covers what each level requires, what authenticators qualify, how AAL relates to IAL and FAL, and how to determine the right AAL for an application.

11 min

What Are Passkeys? How Hardware-Bound Cryptographic Keys Replace Passwords for Good

A definitive technical explanation of passkeys: how they're a FIDO2 implementation, how syncing works, the difference between synced and device-bound passkeys, and how passkeys eliminate password and SMS-OTP-driven account takeover.

11 min

What Is AI Agent Identity? Why Agents Need the Discipline Service Accounts Never Had

AI agents make runtime decisions about what to call, when, and on whose behalf. They cannot be authenticated like traditional service accounts. This guide defines AI agent identity: the cryptographic credential, the ownership mapping, the short-lived sender-constrained tokens, and the audit and revocation surface that distinguish a properly-architected agent from 'a service account with a chatbot in front.'

15 min

What Is FIDO2? The Open Standard Behind Passkeys, WebAuthn, and Phishing-Resistant Authentication

A definitive explanation of FIDO2: the W3C WebAuthn API and the FIDO Alliance CTAP protocol that together make phishing-resistant cryptographic authentication possible across browsers, operating systems, and devices.

9 min

What Is Identity Proofing? How You Prove a Person Is Who They Claim to Be at Registration

A definitive technical explanation of identity proofing: how it differs from authentication, NIST IAL1/IAL2/IAL3 levels, the proofing-to-binding handoff, common methods (document verification, biometric matching, KBV, in-person), and why proofing is the foundation of any phishing-resistant identity architecture.

13 min

What Is MCP Server Authentication? Identity for the Tool-Broker Layer Between AI Agents and Your APIs

Model Context Protocol (MCP) servers are the new tool-broker layer between AI agents and enterprise APIs. Most production MCP servers ship with a single shared API key, which is the next breach class. This guide explains how to authenticate MCP servers as first-class identities, scope tool access, and bind the agent-server-resource path with cryptographic proof.

16 min

What Is Non-Human Identity (NHI)? The Identity Class That Outnumbers Humans 10-to-1 or More

A definitive technical explanation of non-human identity (NHI): what it covers (service accounts, workloads, AI agents, MCP servers, devices, bots), why long-lived secrets are the dominant failure mode, and how cloud workload identity, sender-constrained tokens, and short-lived credentials replace them.

11 min

What Is People Verification? Cryptographic Person-to-Person Identity, Explained

A definitive technical explanation of people verification: how two humans cryptographically prove identity to each other in seconds, the artifact types (QR/QID, Type Code, SMS deep link), the consent and attribute model, and why People verification is the only authentication channel that defeats AI-generated voice and video impersonation deterministically.

15 min

What Is Phishing-Resistant MFA? The Authentication Bar That AI Cannot Defeat

A definitive technical explanation of phishing-resistant multi-factor authentication: the formal definition, how it differs from regular MFA, what authentication ceremonies qualify (FIDO2/WebAuthn, PIV/CAC), what doesn't (push, SMS, TOTP), and the regulatory mandates that now require it.

12 min

Industry Guides

Authentication for Financial Services: Defending Banks, Wealth, and Payments Against AI-Era Fraud

How modern financial institutions deploy phishing-resistant, omnichannel authentication across online banking, contact centers, branches, wire authorization, and payment rails. Covers FFIEC, NYDFS Part 500, PCI DSS v4.0.1, GLBA, and PSD2/SCA requirements with concrete deployment patterns.

18 min

Authentication for Government and Public Sector: M-22-09, FIPS 201, FedRAMP, and What Federal Zero Trust Actually Requires

How federal, state, and local agencies and their contractors deploy phishing-resistant authentication aligned with OMB M-22-09, NIST SP 800-63-4, FIPS 201-3 PIV, FedRAMP, CISA Zero Trust, ICAM, and CJIS. Covers PIV/CAC, derived PIV, FIDO2, citizen-facing services, and the realities of legacy systems.

15 min

Authentication for Healthcare: Identity Across Hospitals, Payers, Pharma, and Telehealth Without Slowing Care

How healthcare organizations deploy phishing-resistant authentication across clinician workstations, EHR access, telehealth, contact centers, patient portals, prescribing, and medical-device identity. Covers HIPAA, HITECH, DEA EPCS, 42 CFR Part 2, and the practical realities of clinical workflow.

17 min

Authentication for Retail and Hospitality: Stores, Contact Centers, Loyalty, and the Frontline Identity Stack

How retailers, restaurants, and hospitality brands deploy phishing-resistant authentication across associate POS access, store-back-office, contact centers, loyalty/CRM, e-commerce, payments, and franchisee networks. Covers PCI DSS v4.0.1, deepfake-driven gift-card fraud, and the realities of seasonal workforce.

16 min

Authentication for SaaS and Cloud Services: Workforce, Customers, Partners, AI Agents, and Machines on One Identity Plane

How modern SaaS and cloud-services companies build phishing-resistant authentication for workforce, customer-facing apps, support, partner integrations, AI agents, and machine-to-machine, without slowing engineering velocity. Covers SOC 2, ISO 27001, FedRAMP, customer trust, and cloud-workload identity patterns.

19 min