Use POST {{apiPath}}/environments/{{envID}}/fido2Policies/ to create a new FIDO policy for an environment.

This example limits authentication to a specific list of authenticators by setting attestationRequirements to SPECIFIC and providing a list of authenticator IDs in the allowedAuthenticators array.

Prerequisites

Property Type Required?
allowedAuthenticators Array Optional
attestationRequirements String Required
default Boolean Optional
description String Optional
enforceDuringAuthentication Boolean Optional
name String Required
residentKeyRequirement String Required

See the FIDO Policies data model for full property descriptions.