Add a new authentication type for Passkey in the following commands:
ipa user-add --user-auth-type=['password', 'radius', 'otp', 'pkinit', 'hardened'] ipa user-mod --user-auth-type=['password', 'radius', 'otp', 'pkinit', 'hardened'] ipa config-mod --user-auth-type=['password', 'radius', 'otp', 'pkinit', 'hardened', 'disabled'] ipa service-add --auth-ind=['radius', 'otp', 'pkinit', 'hardened'] ipa service-mod --auth-ind=['radius', 'otp', 'pkinit', 'hardened'] ipa host-add --auth-ind=['radius', 'otp', 'pkinit', 'hardened'] ipa host-mod --auth-ind=['radius', 'otp', 'pkinit', 'hardened'] ipa krbtpolicy-mod --passkey-maxlife=INT --passkey-maxrenew=INT
Provide the same settings in the WebUI.
This feature is related to SSSD issue #6228 Enable FIDO2 key authentication in a centralized environment
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/6521
master:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.