Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self attestation not implemented #14

Open
hmalaud opened this issue Nov 14, 2018 · 9 comments
Open

Self attestation not implemented #14

hmalaud opened this issue Nov 14, 2018 · 9 comments

Comments

@hmalaud
Copy link

hmalaud commented Nov 14, 2018

Hello, just tried https://webauthn.org/ on MacBookPro 2018 Mojave with Chrome 70.0.3538.102 and got the following error:

WEBAUTHN DEBUG TERMINAL
-----------------------
REGISTER START:

Sending Message to Server:
>>>>>>>>>>>>>>>>
{"username":"tutu","displayName":"tutu"}
>>>>>>>>>>>>>>>>

Received Message from Server:
<<<<<<<< [ STATUS 200 ] <<<<<<<<
{"status":"ok","errorMessage":"","rp":{"name":"WebAuthn.org"},"user":{"name":"tutu","id":"pa2Xu7Vw-UB9zqaCozFVPA","displayName":"tutu"},"challenge":"a_tyDU67zG2yLOa9FjG-wZUjacoCItfdoHQHxWMs3sFzFSZ3obybQ2FLq-0WygsUNS7GNHcVB97fM6bsaZ1LFg","pubKeyCredParams":[{"type":"public-key","alg":-7},{"type":"public-key","alg":-257}],"timeout":60000,"attestation":"direct"}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

WebAuthn navigator.credentials.create() options:
[CreateOptions] {
    rp: {
        name: "WebAuthn.org",
    },
    user: {
        name: "tutu",
        id: [ArrayBuffer] (16 bytes)
            A5 AD 97 BB B5 70 F9 40 7D CE A6 82 A3 31 55 3C,
        displayName: "tutu",
    },
    challenge: [ArrayBuffer] (64 bytes)
        6B FB 72 0D 4E BB CC 6D B2 2C E6 BD 16 31 BE C1
        95 23 69 CA 02 22 D7 DD A0 74 07 C5 63 2C DE C1
        73 15 26 77 A1 BC 9B 43 61 4B AB ED 16 CA 0B 14
        35 2E C6 34 77 15 07 DE DF 33 A6 EC 69 9D 4B 16,
    pubKeyCredParams: [
        {
            type: "public-key",
            alg: -7,
        },
        {
            type: "public-key",
            alg: -257,
        },
    ],
    timeout: 60000,
    attestation: "direct",
}
WAITING FOR USER PRESENCE...
USER PRESENCE DONE.
WebAuthn navigator.credentials.create() result:
[CredentialAttestation] {
    rawId: [ArrayBuffer] (57 bytes)
        00 02 E4 11 47 61 2C 28 B9 A4 CB 32 BC 29 82 D8
        28 A0 D4 33 96 9D E8 D0 38 31 5D C0 53 08 88 5B
        BC D0 AB B4 75 F0 F9 02 FD E7 78 51 3E 50 A3 DF
        AF 67 D6 FC 59 BB 08 DC 01,
    id: [ArrayBuffer] (57 bytes)
        00 02 E4 11 47 61 2C 28 B9 A4 CB 32 BC 29 82 D8
        28 A0 D4 33 96 9D E8 D0 38 31 5D C0 53 08 88 5B
        BC D0 AB B4 75 F0 F9 02 FD E7 78 51 3E 50 A3 DF
        AF 67 D6 FC 59 BB 08 DC 01,
    response: {
        clientDataJSON: [ArrayBuffer] (159 bytes)
            7B 22 63 68 61 6C 6C 65 6E 67 65 22 3A 22 61 5F
            74 79 44 55 36 37 7A 47 32 79 4C 4F 61 39 46 6A
            47 2D 77 5A 55 6A 61 63 6F 43 49 74 66 64 6F 48
            51 48 78 57 4D 73 33 73 46 7A 46 53 5A 33 6F 62
            79 62 51 32 46 4C 71 2D 30 57 79 67 73 55 4E 53
            37 47 4E 48 63 56 42 39 37 66 4D 36 62 73 61 5A
            31 4C 46 67 22 2C 22 6F 72 69 67 69 6E 22 3A 22
            68 74 74 70 73 3A 2F 2F 77 65 62 61 75 74 68 6E
            2E 6F 72 67 22 2C 22 74 79 70 65 22 3A 22 77 65
            62 61 75 74 68 6E 2E 63 72 65 61 74 65 22 7D,
        attestationObject: [ArrayBuffer] (303 bytes)
            A3 63 66 6D 74 66 70 61 63 6B 65 64 67 61 74 74
            53 74 6D 74 A2 63 61 6C 67 26 63 73 69 67 58 47
            30 45 02 20 30 AB DF DF 24 63 27 59 27 20 40 72
            F1 94 71 76 FD E2 C8 FF 83 27 FF 9E CE BB 8F 39
            D2 6D CF C9 02 21 00 F7 8A 4F 65 5C BE C6 E8 0A
            AB 55 E2 E6 D3 DC 16 D6 F2 5B FB 47 38 C8 12 D2
            D6 03 FC 75 DC C6 CD 68 61 75 74 68 44 61 74 61
            58 BD 95 69 08 8F 1E CE E3 23 29 54 03 5D BD 10
            D7 CA E3 91 30 5A 27 51 B5 59 BB 8F D7 CB B2 29
            BD D4 45 5B EB F0 EA 00 00 00 00 00 00 00 00 00
            00 00 00 00 00 00 00 00 39 00 02 E4 11 47 61 2C
            28 B9 A4 CB 32 BC 29 82 D8 28 A0 D4 33 96 9D E8
            D0 38 31 5D C0 53 08 88 5B BC D0 AB B4 75 F0 F9
            02 FD E7 78 51 3E 50 A3 DF AF 67 D6 FC 59 BB 08
            DC 01 A5 01 02 03 26 20 01 21 58 20 97 18 0C A6
            FB 1D 16 39 FB 78 28 B1 2D FE B5 37 15 A7 5A E9
            5D E3 18 A4 69 9C CE 0B 10 8D 71 1E 22 58 20 8F
            B0 BB 36 73 44 35 83 D1 E3 4D 20 27 96 0E D2 4B
            7C 53 60 2C B4 79 62 7E E3 BB 02 39 4F 85 77,
    },
}

Sending Message to Server:
>>>>>>>>>>>>>>>>
{"rawId":"AALkEUdhLCi5pMsyvCmC2Cig1DOWnejQODFdwFMIiFu80Ku0dfD5Av3neFE-UKPfr2fW_Fm7CNwB","id":"AALkEUdhLCi5pMsyvCmC2Cig1DOWnejQODFdwFMIiFu80Ku0dfD5Av3neFE-UKPfr2fW_Fm7CNwB","response":{"clientDataJSON":"eyJjaGFsbGVuZ2UiOiJhX3R5RFU2N3pHMnlMT2E5RmpHLXdaVWphY29DSXRmZG9IUUh4V01zM3NGekZTWjNvYnliUTJGTHEtMFd5Z3NVTlM3R05IY1ZCOTdmTTZic2FaMUxGZyIsIm9yaWdpbiI6Imh0dHBzOi8vd2ViYXV0aG4ub3JnIiwidHlwZSI6IndlYmF1dGhuLmNyZWF0ZSJ9","attestationObject":"o2NmbXRmcGFja2VkZ2F0dFN0bXSiY2FsZyZjc2lnWEcwRQIgMKvf3yRjJ1knIEBy8ZRxdv3iyP-DJ_-ezruPOdJtz8kCIQD3ik9lXL7G6AqrVeLm09wW1vJb-0c4yBLS1gP8ddzGzWhhdXRoRGF0YVi9lWkIjx7O4yMpVANdvRDXyuORMFonUbVZu4_Xy7IpvdRFW-vw6gAAAAAAAAAAAAAAAAAAAAAAOQAC5BFHYSwouaTLMrwpgtgooNQzlp3o0DgxXcBTCIhbvNCrtHXw-QL953hRPlCj369n1vxZuwjcAaUBAgMmIAEhWCCXGAym-x0WOft4KLEt_rU3Fada6V3jGKRpnM4LEI1xHiJYII-wuzZzRDWD0eNNICeWDtJLfFNgLLR5Yn7juwI5T4V3"}}
>>>>>>>>>>>>>>>>

Received Message from Server:
<<<<<<<< [ STATUS 400 ] <<<<<<<<
{"status":"failed","errorMessage":"registration failed: packed attestation: self attestation not implemented, please open a GitHub issue."}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Error: registration failed: packed attestation: self attestation not implemented, please open a GitHub issue.
Registration error: Error: registration failed: packed attestation: self attestation not implemented, please open a GitHub issue.
REGISTER DONE.

@danacblack
Copy link

Same issue on 2017 MBP Chrome 73.0.3683.46.

-----------------------
REGISTER START:

Sending Message to Server:
>>>>>>>>>>>>>>>>
{"username":"bobsaget","displayName":"bobsaget"}
>>>>>>>>>>>>>>>>

Received Message from Server:
<<<<<<<< [ STATUS 200 ] <<<<<<<<
{"status":"ok","errorMessage":"","rp":{"name":"WebAuthn.org"},"user":{"name":"bobsaget","id":"87DNar-8yP6JpMwmaaGIYA","displayName":"bobsaget"},"challenge":"XT77SPQb59zJrTqXjDhdc5rADOg27YYU07xU97Z7v5080ik538Lx8zxV-6vO9_qVl3pW8u1cOy8egNfDef2JWw","pubKeyCredParams":[{"type":"public-key","alg":-7},{"type":"public-key","alg":-257}],"timeout":60000,"attestation":"direct"}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

WebAuthn navigator.credentials.create() options:
[CreateOptions] {
    rp: {
        name: "WebAuthn.org",
    },
    user: {
        name: "bobsaget",
        id: [ArrayBuffer] (16 bytes)
            F3 B0 CD 6A BF BC C8 FE 89 A4 CC 26 69 A1 88 60,
        displayName: "bobsaget",
    },
    challenge: [ArrayBuffer] (64 bytes)
        5D 3E FB 48 F4 1B E7 DC C9 AD 3A 97 8C 38 5D 73
        9A C0 0C E8 36 ED 86 14 D3 BC 54 F7 B6 7B BF 9D
        3C D2 29 39 DF C2 F1 F3 3C 55 FB AB CE F7 FA 95
        97 7A 56 F2 ED 5C 3B 2F 1E 80 D7 C3 79 FD 89 5B,
    pubKeyCredParams: [
        {
            type: "public-key",
            alg: -7,
        },
        {
            type: "public-key",
            alg: -257,
        },
    ],
    timeout: 60000,
    attestation: "direct",
}
WAITING FOR USER PRESENCE...
USER PRESENCE DONE.
WebAuthn navigator.credentials.create() result:
[CredentialAttestation] {
    rawId: [ArrayBuffer] (65 bytes)
        00 66 7D 77 AA A6 BD 42 87 12 9C C3 4A 23 71 92
        B2 D7 B3 BA 78 E9 E9 6D D9 48 38 E0 D4 B4 03 37
        44 CB 77 83 73 B8 DD 5B 70 B3 84 8B 85 B4 8F 77
        8B 60 49 11 33 27 DA D3 B9 3B 7F 9E 3A D8 5A 7C
        F8,
    id: [ArrayBuffer] (65 bytes)
        00 66 7D 77 AA A6 BD 42 87 12 9C C3 4A 23 71 92
        B2 D7 B3 BA 78 E9 E9 6D D9 48 38 E0 D4 B4 03 37
        44 CB 77 83 73 B8 DD 5B 70 B3 84 8B 85 B4 8F 77
        8B 60 49 11 33 27 DA D3 B9 3B 7F 9E 3A D8 5A 7C
        F8,
    response: {
        clientDataJSON: [ArrayBuffer] (159 bytes)
            7B 22 63 68 61 6C 6C 65 6E 67 65 22 3A 22 58 54
            37 37 53 50 51 62 35 39 7A 4A 72 54 71 58 6A 44
            68 64 63 35 72 41 44 4F 67 32 37 59 59 55 30 37
            78 55 39 37 5A 37 76 35 30 38 30 69 6B 35 33 38
            4C 78 38 7A 78 56 2D 36 76 4F 39 5F 71 56 6C 33
            70 57 38 75 31 63 4F 79 38 65 67 4E 66 44 65 66
            32 4A 57 77 22 2C 22 6F 72 69 67 69 6E 22 3A 22
            68 74 74 70 73 3A 2F 2F 77 65 62 61 75 74 68 6E
            2E 6F 72 67 22 2C 22 74 79 70 65 22 3A 22 77 65
            62 61 75 74 68 6E 2E 63 72 65 61 74 65 22 7D,
        attestationObject: [ArrayBuffer] (310 bytes)
            A3 63 66 6D 74 66 70 61 63 6B 65 64 67 61 74 74
            53 74 6D 74 A2 63 61 6C 67 26 63 73 69 67 58 46
            30 44 02 20 65 8A A6 51 7C DD F8 82 93 D3 43 A7
            87 D3 87 4B 41 3B D2 B5 6F 56 8A C6 18 1D 4B 4D
            61 46 0B 4A 02 20 19 57 15 24 AA A2 2D F7 CF E3
            7D B6 E6 39 B1 EF DE 80 0C 1A D1 3B 5E 15 A1 3E
            B1 21 C3 F7 A5 54 68 61 75 74 68 44 61 74 61 58
            C5 95 69 08 8F 1E CE E3 23 29 54 03 5D BD 10 D7
            CA E3 91 30 5A 27 51 B5 59 BB 8F D7 CB B2 29 BD
            D4 45 5C 75 96 69 AD CE 00 02 35 BC C6 0A 64 8B
            0B 25 F1 F0 55 03 00 41 00 66 7D 77 AA A6 BD 42
            87 12 9C C3 4A 23 71 92 B2 D7 B3 BA 78 E9 E9 6D
            D9 48 38 E0 D4 B4 03 37 44 CB 77 83 73 B8 DD 5B
            70 B3 84 8B 85 B4 8F 77 8B 60 49 11 33 27 DA D3
            B9 3B 7F 9E 3A D8 5A 7C F8 A5 01 02 03 26 20 01
            21 58 20 C7 F1 35 B1 ED 01 09 1E B2 AA B8 9B 2F
            EA 63 AE 67 00 00 52 8B F0 E3 DF 98 C7 73 48 4B
            BA D6 A7 22 58 20 06 56 B4 0D EA 1E 0C 89 C0 7C
            7B 2E B7 7A 27 4A E3 6C CF C3 BD 47 09 C1 47 5D
            C8 57 C8 90 A3 48,
    },
}

Sending Message to Server:
>>>>>>>>>>>>>>>>
{"rawId":"AGZ9d6qmvUKHEpzDSiNxkrLXs7p46elt2Ug44NS0AzdEy3eDc7jdW3CzhIuFtI93i2BJETMn2tO5O3-eOthafPg","id":"AGZ9d6qmvUKHEpzDSiNxkrLXs7p46elt2Ug44NS0AzdEy3eDc7jdW3CzhIuFtI93i2BJETMn2tO5O3-eOthafPg","response":{"clientDataJSON":"eyJjaGFsbGVuZ2UiOiJYVDc3U1BRYjU5ekpyVHFYakRoZGM1ckFET2cyN1lZVTA3eFU5N1o3djUwODBpazUzOEx4OHp4Vi02dk85X3FWbDNwVzh1MWNPeThlZ05mRGVmMkpXdyIsIm9yaWdpbiI6Imh0dHBzOi8vd2ViYXV0aG4ub3JnIiwidHlwZSI6IndlYmF1dGhuLmNyZWF0ZSJ9","attestationObject":"o2NmbXRmcGFja2VkZ2F0dFN0bXSiY2FsZyZjc2lnWEYwRAIgZYqmUXzd-IKT00Onh9OHS0E70rVvVorGGB1LTWFGC0oCIBlXFSSqoi33z-N9tuY5se_egAwa0TteFaE-sSHD96VUaGF1dGhEYXRhWMWVaQiPHs7jIylUA129ENfK45EwWidRtVm7j9fLsim91EVcdZZprc4AAjW8xgpkiwsl8fBVAwBBAGZ9d6qmvUKHEpzDSiNxkrLXs7p46elt2Ug44NS0AzdEy3eDc7jdW3CzhIuFtI93i2BJETMn2tO5O3-eOthafPilAQIDJiABIVggx_E1se0BCR6yqribL-pjrmcAAFKL8OPfmMdzSEu61qciWCAGVrQN6h4MicB8ey63eidK42zPw71HCcFHXchXyJCjSA"}}
>>>>>>>>>>>>>>>>

Received Message from Server:
<<<<<<<< [ STATUS 400 ] <<<<<<<<
{"status":"failed","errorMessage":"registration failed: packed attestation: self attestation not implemented, please open a GitHub issue."}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Error: registration failed: packed attestation: self attestation not implemented, please open a GitHub issue.
Registration error: Error: registration failed: packed attestation: self attestation not implemented, please open a GitHub issue.
REGISTER DONE.

@AdriaandeJongh
Copy link

Same, trying to use the fingerprint scanner on my MacBook Pro (15-inch, 2018) using Chrome 72.0.3626.119.

@shemigon
Copy link

shemigon commented Mar 4, 2019

Same, fingerprint scanner on MBP 15" 2018, 72.0.3626.119 (Official Build) (64-bit)

@barissenkal
Copy link

barissenkal commented Mar 5, 2019

Same.

WEBAUTHN DEBUG TERMINAL
-----------------------
REGISTER START:

Sending Message to Server:
>>>>>>>>>>>>>>>>
{"username":"brssnkl","displayName":"brssnkl"}
>>>>>>>>>>>>>>>>

Received Message from Server:
<<<<<<<< [ STATUS 200 ] <<<<<<<<
{"status":"ok","errorMessage":"","rp":{"name":"WebAuthn.org"},"user":{"name":"brssnkl","id":"Q88kMm_jMlLK3CaRQzDvww","displayName":"brssnkl"},"challenge":"QJ0wX7oAp456Ak94J_AvAzB5A7iEHYwiARaBdmFCu5lgUAt8qtX2LTbiUM8sYlFUE6eDcG8InEMEvMg8n8_34A","pubKeyCredParams":[{"type":"public-key","alg":-7},{"type":"public-key","alg":-257}],"timeout":60000,"attestation":"direct"}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

WebAuthn navigator.credentials.create() options:
[CreateOptions] {
    rp: {
        name: "WebAuthn.org",
    },
    user: {
        name: "brssnkl",
        id: [ArrayBuffer] (16 bytes)
            43 CF 24 32 6F E3 32 52 CA DC 26 91 43 30 EF C3,
        displayName: "brssnkl",
    },
    challenge: [ArrayBuffer] (64 bytes)
        40 9D 30 5F BA 00 A7 8E 7A 02 4F 78 27 F0 2F 03
        30 79 03 B8 84 1D 8C 22 01 16 81 76 61 42 BB 99
        60 50 0B 7C AA D5 F6 2D 36 E2 50 CF 2C 62 51 54
        13 A7 83 70 6F 08 9C 43 04 BC C8 3C 9F CF F7 E0,
    pubKeyCredParams: [
        {
            type: "public-key",
            alg: -7,
        },
        {
            type: "public-key",
            alg: -257,
        },
    ],
    timeout: 60000,
    attestation: "direct",
}
WAITING FOR USER PRESENCE...
USER PRESENCE DONE.
WebAuthn navigator.credentials.create() result:
[CredentialAttestation] {
    rawId: [ArrayBuffer] (63 bytes)
        00 1B B8 1A 61 74 33 5E 84 84 A5 E4 CC 1B 26 14
        1F F5 E7 20 7E E4 D2 1C E8 74 6A 01 2B 21 F6 02
        20 0B 99 B4 0F DC B5 3A 99 DD 54 B5 1E 46 70 E8
        59 D6 7B CF D6 0A 5F A6 DE D5 F0 C7 45 1A 87,
    id: [ArrayBuffer] (63 bytes)
        00 1B B8 1A 61 74 33 5E 84 84 A5 E4 CC 1B 26 14
        1F F5 E7 20 7E E4 D2 1C E8 74 6A 01 2B 21 F6 02
        20 0B 99 B4 0F DC B5 3A 99 DD 54 B5 1E 46 70 E8
        59 D6 7B CF D6 0A 5F A6 DE D5 F0 C7 45 1A 87,
    response: {
        clientDataJSON: [ArrayBuffer] (159 bytes)
            7B 22 63 68 61 6C 6C 65 6E 67 65 22 3A 22 51 4A
            30 77 58 37 6F 41 70 34 35 36 41 6B 39 34 4A 5F
            41 76 41 7A 42 35 41 37 69 45 48 59 77 69 41 52
            61 42 64 6D 46 43 75 35 6C 67 55 41 74 38 71 74
            58 32 4C 54 62 69 55 4D 38 73 59 6C 46 55 45 36
            65 44 63 47 38 49 6E 45 4D 45 76 4D 67 38 6E 38
            5F 33 34 41 22 2C 22 6F 72 69 67 69 6E 22 3A 22
            68 74 74 70 73 3A 2F 2F 77 65 62 61 75 74 68 6E
            2E 6F 72 67 22 2C 22 74 79 70 65 22 3A 22 77 65
            62 61 75 74 68 6E 2E 63 72 65 61 74 65 22 7D,
        attestationObject: [ArrayBuffer] (309 bytes)
            A3 63 66 6D 74 66 70 61 63 6B 65 64 67 61 74 74
            53 74 6D 74 A2 63 61 6C 67 26 63 73 69 67 58 47
            30 45 02 21 00 E0 94 E8 E7 D2 B9 C6 98 30 A7 DB
            CC 31 58 A2 E8 95 6C 24 BE 63 AE 19 06 18 DC 25
            94 16 F6 41 00 02 20 0E D5 12 C9 27 86 60 CE 0A
            6A 5F 60 E3 BF 55 62 98 F3 5D 44 9D 12 2D A3 E6
            63 E0 D2 90 3F 73 B2 68 61 75 74 68 44 61 74 61
            58 C3 95 69 08 8F 1E CE E3 23 29 54 03 5D BD 10
            D7 CA E3 91 30 5A 27 51 B5 59 BB 8F D7 CB B2 29
            BD D4 45 5C 7E 29 A3 AD CE 00 02 35 BC C6 0A 64
            8B 0B 25 F1 F0 55 03 00 3F 00 1B B8 1A 61 74 33
            5E 84 84 A5 E4 CC 1B 26 14 1F F5 E7 20 7E E4 D2
            1C E8 74 6A 01 2B 21 F6 02 20 0B 99 B4 0F DC B5
            3A 99 DD 54 B5 1E 46 70 E8 59 D6 7B CF D6 0A 5F
            A6 DE D5 F0 C7 45 1A 87 A5 01 02 03 26 20 01 21
            58 20 D6 46 F9 02 78 BF 2D 8B 61 17 A3 B6 03 3D
            1D CE 3E 4A EE BC 86 C9 8D FD 6B 2E 97 D0 37 6A
            CC 52 22 58 20 5C 7E 96 6D 11 16 E2 F9 99 1D 6D
            EE 92 34 40 8A 8B 8D C3 E2 27 E0 49 D8 C0 CE 00
            4F 52 70 4E 12,
    },
}

Sending Message to Server:
>>>>>>>>>>>>>>>>
{"rawId":"ABu4GmF0M16EhKXkzBsmFB_15yB-5NIc6HRqASsh9gIgC5m0D9y1OpndVLUeRnDoWdZ7z9YKX6be1fDHRRqH","id":"ABu4GmF0M16EhKXkzBsmFB_15yB-5NIc6HRqASsh9gIgC5m0D9y1OpndVLUeRnDoWdZ7z9YKX6be1fDHRRqH","response":{"clientDataJSON":"eyJjaGFsbGVuZ2UiOiJRSjB3WDdvQXA0NTZBazk0Sl9BdkF6QjVBN2lFSFl3aUFSYUJkbUZDdTVsZ1VBdDhxdFgyTFRiaVVNOHNZbEZVRTZlRGNHOEluRU1Fdk1nOG44XzM0QSIsIm9yaWdpbiI6Imh0dHBzOi8vd2ViYXV0aG4ub3JnIiwidHlwZSI6IndlYmF1dGhuLmNyZWF0ZSJ9","attestationObject":"o2NmbXRmcGFja2VkZ2F0dFN0bXSiY2FsZyZjc2lnWEcwRQIhAOCU6OfSucaYMKfbzDFYouiVbCS-Y64ZBhjcJZQW9kEAAiAO1RLJJ4ZgzgpqX2Djv1VimPNdRJ0SLaPmY-DSkD9zsmhhdXRoRGF0YVjDlWkIjx7O4yMpVANdvRDXyuORMFonUbVZu4_Xy7IpvdRFXH4po63OAAI1vMYKZIsLJfHwVQMAPwAbuBphdDNehISl5MwbJhQf9ecgfuTSHOh0agErIfYCIAuZtA_ctTqZ3VS1HkZw6FnWe8_WCl-m3tXwx0Uah6UBAgMmIAEhWCDWRvkCeL8ti2EXo7YDPR3OPkruvIbJjf1rLpfQN2rMUiJYIFx-lm0RFuL5mR1t7pI0QIqLjcPiJ-BJ2MDOAE9ScE4S"}}
>>>>>>>>>>>>>>>>

Received Message from Server:
<<<<<<<< [ STATUS 400 ] <<<<<<<<
{"status":"failed","errorMessage":"registration failed: packed attestation: self attestation not implemented, please open a GitHub issue."}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Error: registration failed: packed attestation: self attestation not implemented, please open a GitHub issue.
Registration error: Error: registration failed: packed attestation: self attestation not implemented, please open a GitHub issue.
REGISTER DONE.

@icetee
Copy link

icetee commented Mar 5, 2019

Yes, not work on Macbook Pro (Chrome) with fingerprint scanner.

@scraappy
Copy link

scraappy commented Mar 5, 2019

Same, MacBook Pro, Chrome, fingerprint scanner

@jharris4
Copy link

jharris4 commented Mar 5, 2019

Same here, MacOS 10.14.3, Chrome 72.0.3626.119. Tried to use TouchID...

@rushairer
Copy link

Same, MacBook Pro, Chrome, fingerprint scanner

@asaism
Copy link

asaism commented Apr 21, 2019

Same,

  • MacBook Pro (15-inch, 2018) macOS Mojave 10.14.4 (18E226)
  • Chrome Version 73.0.3683.103 (Official Build) (64-bit)
    Tried to use TouchID fingerprint scanner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants