]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/fido/fido2.json
Fido2 (#727)
[proxmark3-svn] / client / fido / fido2.json
diff --git a/client/fido/fido2.json b/client/fido/fido2.json
new file mode 100644 (file)
index 0000000..abbfae5
--- /dev/null
@@ -0,0 +1,33 @@
+{
+  "ClientDataHash": "000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f",
+  "RelyingPartyEntity": {
+    "id": "acme.com",
+    "name": "Acme"
+  },
+  "UserEntity": {
+    "id": "00000000000000000000000000000001",
+    "icon": "https://pics.acme.com/00/p/aBjjjpqPb.png",
+    "name": "johnpsmith@acme.com",
+    "displayName": "John P. Smith"
+  },
+  "pubKeyCredParams": [
+    {
+      "type": "public-key",
+      "alg": -7,
+      ".name": "ES256"
+    },
+    {
+      "type": "public-key",
+      "alg": -257,
+      ".name": "RS256"
+    }
+  ],
+  "MakeCredentialOptions": {
+    "uv": false,
+    "rk": true
+  },
+  "GetAssertionOptions": {
+    "up": true,
+    "uv": false
+  }
+}
Impressum, Datenschutz