diff --git a/src/pages/[platform]/build-a-backend/auth/manage-users/manage-webauthn-credentials/index.mdx b/src/pages/[platform]/build-a-backend/auth/manage-users/manage-webauthn-credentials/index.mdx index 644b40d2bb5..45f862e08b3 100644 --- a/src/pages/[platform]/build-a-backend/auth/manage-users/manage-webauthn-credentials/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/manage-users/manage-webauthn-credentials/index.mdx @@ -153,6 +153,16 @@ func associateWebAuthNCredentials() -> AnyCancellable { The user will be prompted to register a passkey using their local authenticator. Amplify will then associate that passkey with Cognito. + + +Passkey registration relies on the browser and operating system for enforcing user verification (such as PIN, password, or biometrics). + +If a device does not have a secure screen lock configured, the browser/OS may block the registration flow or prompt the user to set it up before proceeding. + +Amplify and Cognito do not override or bypass these device-level security checks. + + + ## List WebAuthn credentials You can list registered passkeys using the following API: