Skip to content

NFC security key support #187

@nishantkumarr7

Description

@nishantkumarr7

I am trying to test Yubikey on my android app, it works fine with empty extensions ("extensions": {},) but after adding "prf" in extensions "NFC security key" option stop showing.

Below JSON is used:

{
"challenge": "Q2hhbGxlbmdlU3RyaW5nRGF0YQ==",
"rpId": "example.com",
"allowCredentials": [
{
"type": "public-key",
"id": "c29tZVVzZXJJRA=="
}
],
"userVerification": "discouraged",
"extensions": {
"prf": {
"eval": {
"first": "c29tZVBhc3N3b3JkMQ=="
}
}
}

For reference first option from below image "NFC security key" is not shown after adding
"prf": {
"eval": {
"first": "c29tZVBhc3N3b3JkMQ=="
}

Image

is there anything else that's need to be added/removed from JSON for proper functioning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions