Node configuration
To use mobile biometrics with iOS SDK, the nodes in AM require specific configuration:
-
In both the WebAuthn Registration and WebAuthn Authentication nodes, the
Return challenge as JavaScript
option must be disabled. -
In the WebAuthn Registration node, the
Authentication attachment
must be eitherUNSPECIFIED
, orPLATFORM
. -
In WebAuthn Registration node, the
Accepted signing algorithms
must includeES256
. -
In both WebAuthn Registration and WebAuthn Authentication nodes, the
Origin domains
must includeios:bundle-id:application-bundle-identifier
for AM 7.1 or later.