---
title: Integrating with FIDO (WebAuthn) DaVinci flows
description: PingOne Android iOS JavaScript
component: orchsdks
page_id: orchsdks:davinci:use-cases/fido/index
canonical_url: https://developer.pingidentity.com/orchsdks/davinci/use-cases/fido/index.html
revdate: Thu, 13 Nov 2025 14:14:33 +0100
keywords: ["FIDO", "WebAuthn", "MFA", "Strong Auth", "Hardware", "Source Code", "Integration", "SDK"]
section_ids:
  features: Features
  get_started: Get Started
---

# Integrating with FIDO (WebAuthn) DaVinci flows

[icon: circle-check, set=far]PingOne [icon: android, set=fab]Android [icon: apple, set=fab]iOS [icon: js, set=fab]JavaScript

The FIDO module provides functionality for integrating [Fast Identity Online (FIDO)](https://www.passkeycentral.org/introduction-to-passkeys/fido-authentication-specifications) multi-factor authentication into your applications.

It simplifies the process of user registration and authentication using modern security keys and platform authenticators.

The module enables simple integration with PingOne DaVinci flows.

## Features

* FIDO Registration

  Enables users to register their FIDO authenticators with your application. Supported authenticators include hardware security keys, fingerprint sensors, and facial recognition.

* FIDO Authentication

  Facilitates secure user login using their registered FIDO authenticators.

* Simplified API

  Provides clear and concise functions for performing registration and authentication.

* Standards-Based

  Built on the WebAuthn/FIDO standards for strong authentication.

* Easy Integration

  Streamlined API for use with DaVinci flows in PingOne.

## Get Started

[icon: android, set=fab, size=3x]

#### [Android](../../../journey/use-cases/fido/android/index.html)

Add FIDO authentication to your Android apps.

[icon: apple, set=fab, size=3x]

#### [iOS](../../../journey/use-cases/fido/ios/index.html)

Add FIDO authentication to your iOS apps.

[icon: js, set=fab, size=3x]

#### [JavaScript](../../../journey/use-cases/fido/javascript/index.html)

Add FIDO authentication to your JavaScript apps.
