---
title: Integrating with FIDO (WebAuthn) auth journeys
description: PingOne Advanced Identity Cloud PingAM Android iOS JavaScript
component: orchsdks
page_id: orchsdks:journey:use-cases/fido/index
canonical_url: https://developer.pingidentity.com/orchsdks/journey/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) auth journeys

[icon: circle-check, set=far]PingOne Advanced Identity Cloud [icon: circle-check, set=far]PingAM [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 Advanced Identity Cloud and PingAM authentication journeys.

## 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 authentication journeys in Advanced Identity Cloud and PingAM.

## Get Started

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

#### [Android](android/index.html)

Add FIDO authentication to your Android apps.

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

#### [iOS](ios/index.html)

Add FIDO authentication to your iOS apps.

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

#### [JavaScript](javascript/index.html)

Add FIDO authentication to your JavaScript apps.
