Bluetooth tests latest version #38
arenddeboer
started this conversation in
General
Replies: 1 comment 2 replies
-
The same error is shown when trying to register over Bluetooth on the following sites: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In light of the request to test Bluetooth on the latest version, these are my findings.
OS: Ubuntu 24.04
Chrome: 131 64bit
Watch: Galaxy Watch 7 Ultra / Wear OS 5.0
Working great with Amazon AWS console, registering and logging tested. (https://aws.amazon.com/console/)
Trying to register on the below demo site doesn't work:
https://webauthn.io/
The dev console shows the following:
p Conditional UI
(index):693 AUTHENTICATION OPTIONS
(index):694 {
"challenge": "9tXER9Rb-Qpx9zVbxmMU0mgayo46NLF--oj4RQmx_Nxww_44qeTZ-cooDRP3JLR1XhQO-vJ9POniubOuDVXOAw",
"timeout": 60000,
"rpId": "webauthn.io",
"allowCredentials": [],
"userVerification": "preferred"
}
(index):644 REGISTRATION OPTIONS
(index):645 {
"rp": {
"name": "webauthn.io",
"id": "webauthn.io"
},
"user": {
"id": "Km093UrRAkbEhA_w9zvgQTBegce9fChZZlGqHFFhVeo",
"name": "watchbt",
"displayName": "watchbt"
},
"challenge": "Txhwhg-ggypxVGKJOLFwLyuar2WoAs2IPolQijEaHpZpbGiidEqDcjyneuS_BeReGSksVRhSbLFFSGH2SsptEA",
"pubKeyCredParams": [
{
"type": "public-key",
"alg": -8
},
{
"type": "public-key",
"alg": -7
},
{
"type": "public-key",
"alg": -257
}
],
"timeout": 60000,
"excludeCredentials": [],
"authenticatorSelection": {
"residentKey": "preferred",
"requireResidentKey": false,
"userVerification": "preferred"
},
"attestation": "none",
"hints": [],
"extensions": {
"credProps": true
}
}
(index):737 Conditional UI request was aborted
Beta Was this translation helpful? Give feedback.
All reactions