From Fedora Project Wiki
Description
Register a passkey with the IPA command
Setup
- Setup IDM client with FIDO2/passkey
- Add a user in IPA server.
How to test
- 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.
Expected Results
- New key is registered with IPA command.
- The output contains key mapping data.