summaryrefslogtreecommitdiffstats
path: root/dom/credentialmanagement/identity/tests/browser/server_accounts.json
diff options
context:
space:
mode:
Diffstat (limited to 'dom/credentialmanagement/identity/tests/browser/server_accounts.json')
-rw-r--r--dom/credentialmanagement/identity/tests/browser/server_accounts.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/dom/credentialmanagement/identity/tests/browser/server_accounts.json b/dom/credentialmanagement/identity/tests/browser/server_accounts.json
new file mode 100644
index 0000000000..90e463584f
--- /dev/null
+++ b/dom/credentialmanagement/identity/tests/browser/server_accounts.json
@@ -0,0 +1,12 @@
+{
+ "accounts": [
+ {
+ "id": "1234",
+ "given_name": "John",
+ "name": "John Doe",
+ "email": "john_doe@idp.example",
+ "picture": "https://idp.example/profile/123",
+ "approved_clients": ["123", "456", "789"]
+ }
+ ]
+}