Failure to create a passkey in Microsoft Authenticator application
- /e/OS version: 3.3-a14-20251211556412-community-lemonadep
- Device model(s): Onelus 9 pro LE 2123
- Impacted Application: Microsoft Authenticator
- Affected application/URL:
- Browser/client and version:
## The problem
**Creating a passkey for an account in Microsoft Authenticator application systematically fails with `HARDWARE_TYPE_UNAVAILABLE` .**
**Steps to reproduce**
* Launch authenticator
* Select existing Microsoft account
* Press "Create a passkey"
* Press "Sign in"
* Authenticate
* Use fingerprint sensor
Screen displays "Passkey could not be added" and "Passkey Unknown error. Please try again later".
## Technical details
```
026-01-18 12:23:39.723 757-30592 keystore2 keystore2 W system/security/keystore2/src/remote_provisioning.rs:105 - Error occurred: system/security/keystore2/src/remote_provisioning.rs:138: Trying to get IRPC name.
Caused by:
0: system/security/keystore2/src/globals.rs:440
1: Error::Km(r#HARDWARE_TYPE_UNAVAILABLE)
2026-01-18 12:23:39.726 729-739 QC-time-services qseecomd E Receive Passed == base = 13, unit = 1, operation = 2, result = 0
2026-01-18 12:23:39.726 964-974 QC-time-services time_daemon E Daemon: Time-services: Waiting to acceptconnection
2026-01-18 12:23:39.732 964-974 QC-time-services time_daemon E Daemon: Time-services: Waiting to acceptconnection
2026-01-18 12:23:39.744 728-728 KeymasterUtils and...are.keymaster@4.1-service-qti E rsp_header->status: -10003
2026-01-18 12:23:39.748 757-30592 keystore2 keystore2 E system/security/keystore2/src/error.rs:200 - system/security/keystore2/src/security_level.rs:623
Caused by:
0: system/security/keystore2/src/security_level.rs:621: While generating Key without explicit attestation key.
1: Error::Km(-10003)
```
issue