From Fedora Project Wiki

Revision as of 17:08, 12 September 2023 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=Register a passkey with the IPA command |setup= # Setup IDM client with FIDO2/passkey # Add a user in IPA server. |actions= # Use ipa command to register a FIDO2. ipa user-add-passkey '{username}' --register --cose-type=es256 --require-user-verification={True/False} # Check the output that contains the user key mapping data. |results= # New key is registered with IPA command. # The output contains key mapping data. }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Register a passkey with the IPA command

Setup

  1. Setup IDM client with FIDO2/passkey
  2. Add a user in IPA server.

How to test

  1. Use ipa command to register a FIDO2. ipa user-add-passkey '{username}' --register --cose-type=es256 --require-user-verification={True/False}
  2. Check the output that contains the user key mapping data.

Expected Results

  1. New key is registered with IPA command.
  2. The output contains key mapping data.