Chiping Yeh

Results 4 comments of Chiping Yeh

This is an exception intentionally handled in the sample code: https://github.com/android/identity-samples/blob/84b36ef5e449ebb15120e82d99c82623aa527a16/CredentialManager/app/src/main/java/com/google/credentialmanager/sample/SignUpFragment.kt#L222. If you want to handle it differently feel free to modify it in your local repo.

This was probably addressed in https://github.com/android/identity-samples/pull/131

Credential Manager supports creating and using passkeys (i.e. discoverable credentials) from security keys. You can test this by doing a create request and not setting a value for authenticatorAttachment parameter....