Skip to content

Operation canceled problem #1

Description

@weihuantsao

I found that when registering for the first time, there is a very high probability that fingerprint verification (AuthenticatorAttachment is platform) will not be activated.
(onActivityResult resultCode is RESULT_CANCELED)
I tried using

  1. fido2PendingIntent.launchPendingIntent(activity, REGISTER_REQUEST_CODE);
  2. activity.startIntentSenderForResult(
    pendingIntent.getIntentSender(),
    REGISTER_REQUEST_CODE,
    null // fillInIntent,
    0 // flagsMask,
    0 // flagsValue,
    0 //extraFlags);
    }
    To call up the native fido2 page. There will still be problems.
    If it can be awakened successfully, there will be no problems afterwards.
    Delete and reinstall the app, the problem can be reproduced the first time you use it.

Is there any solution?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions