User Interface high complexity mobilefrontend
2
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Guided wizard screen that walks users through FIDO2 passkey registration. Provides clear, accessible explanations of what passkeys are, displays device compatibility status, and guides users step-by-step through the platform authenticator enrollment flow using iOS Sign in with Apple passkeys or Android Credential Manager.

Feature: Authentication Methods (Passkeys)

passkey-setup-screen

Responsibilities

  • Render step-by-step passkey registration wizard with progress indicators
  • Display device compatibility check results and fallback guidance
  • Present accessible explanations of passkey technology for non-technical users
  • Handle registration success, error, and device-not-supported states
  • Provide screen-reader accessible prompts, dialogs, and confirmations per WCAG 2.2 AA

Interfaces

renderRegistrationWizard()
showCompatibilityCheck(deviceInfo)
displayPasskeyExplanation()
handleRegistrationSuccess(credential)
handleRegistrationError(error)
showFallbackOptions()
navigateBack()

Relationships

Dependencies (2)

Components this component depends on