1. What Observe requires
There is no backend integration, no server-side SDK, no IdP configuration and no change to your authentication logic. Observe works the same whether you run a commercial IdP, an open-source WebAuthn library or a custom in-house implementation. See what Observe is not.
2. Platform support
JavaScript-based mobile frameworks such as React Native with Expo, Ionic or Capacitor authenticate through a web surface and are covered by the web integration wherever the login runs in a web context. Where a framework routes passkeys through a native platform API instead, use the native SDK for that platform.
3. Iframes and RP IDs
If your authentication runs inside an iframe, which is common for embedded login and embedded wallets, two things matter:- The SDK must run in the frame that performs the ceremony.
navigator.credentialscalls are observed in the document that makes them, not in the parent. - The iframe must be permitted to perform WebAuthn. A cross-origin iframe needs the
publickey-credentials-getandpublickey-credentials-createpermissions policy for passkeys to work at all. That is a requirement of your own implementation, not of Observe, but it is the first thing to check when ceremonies appear to be missing.
4. Data handling
Observe does not need PII to do its job. It collects no names, email addresses, phone numbers or other directly identifying attributes; the only identity-linked value is the user reference you choose to pass, and that can be pseudonymous. Never collected: passwords or any other typed input, form field contents, session tokens or credentials for your own system. Collected:
You control identity. The user reference is a value you pass. Pass a pseudonymous or hashed identifier and Observe never sees a real user ID.
5. Autocapture limitations
Autocapture observes the browser surfaces listed under what Autocapture actually does. Where it stops:6. Browser and OS support
If you need a documented floor for older Android WebViews, legacy Edge or specific enterprise browser versions, ask us. The tested matrix is expanding and we would rather give you a precise answer than a marketing one.
7. Storage and consent
The web SDK stores a session identifier client-side to correlate the events of one journey. You choose the mechanism at initialization:
Observe stores no advertising identifiers and does no cross-site tracking. Whether your consent management platform needs to gate the SDK is your own legal assessment. If it does, initialize Observe after consent and journeys before that point are simply not recorded.
8. Projects, environments and hosting
Keep environments in separate projects. Production, staging and development should not share a project, because mixed data makes funnels meaningless. Use applications to separate channels of the same product and tags for further dimensions. Observe runs on Corbado’s public cloud by default. Dedicated instances in a specific region are available for enterprise deployments, which matters if you have data residency requirements. Contact us to discuss options.9. Next steps
Integration paths
Autocapture vs. custom events.
Verify your integration
Confirm events are arriving before you ship.