-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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=="
}
is there anything else that's need to be added/removed from JSON for proper functioning.
Metadata
Metadata
Assignees
Labels
No labels