Skip to content

Pipelines

The server allows you to choose between Regular and Hardened calibration using different pipelines:

  • iad-capture - this pipeline contains Regular calibration and aims to achieve a low False Acceptance Rate while maintaining a low False Rejection Rate.
  • iad-capture-hardened - this pipeline contains Hardened calibration and designed for scenarios requiring an exceptionally low False Acceptance Rate, even if it means a higher BPCER.

Choose the pipeline that aligns best with your security and usability priorities.

Choosing pipeline

By default, the Server uses the iad-capture pipeline. To select another one put its name into the IAD_SERVER_PIPELINE environment variable:

docker run --env IAD_SERVER_PIPELINE=iad-capture-hardened ...