summaryrefslogtreecommitdiff
path: root/config/metrics/objects_schemas/user_auth_by_provider.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/metrics/objects_schemas/user_auth_by_provider.json')
-rw-r--r--config/metrics/objects_schemas/user_auth_by_provider.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/metrics/objects_schemas/user_auth_by_provider.json b/config/metrics/objects_schemas/user_auth_by_provider.json
new file mode 100644
index 00000000000..9cf4c1d68aa
--- /dev/null
+++ b/config/metrics/objects_schemas/user_auth_by_provider.json
@@ -0,0 +1,16 @@
+{
+ "type": "object",
+ "description": "Distinct users by provider",
+ "properties": {
+ "two-factor": {"type": "number", "description": " Number of unique user logins using two factor authentication" },
+ "two-factor-via-u2f-device": {"type": "number", "description": " Number of unique user logins using two factor authentication via U2F" },
+ "two-factor-via-webauthn-device": {"type": "number", "description": " Number of unique user logins using two factor authentication via two-factor-via-webauthn-device" },
+ "standard": {"type": "number", "description": " Number of unique user logins using password authentication" },
+ "google_oauth2": {"type": "number", "description": " Number of unique user logins using Google OAuth authentication" },
+ "twitter": {"type": "number", "description": " Number of unique user logins using Twitter authentication" },
+ "github": {"type": "number", "description": " Number of unique user logins using Github authentication" },
+ "bitbucket": {"type": "number", "description": " Number of unique user logins using Bitbucket authentication" },
+ "group_saml": {"type": "number", "description": " Number of unique user logins using group SAML authentication" },
+ "salesforce": {"type": "number", "description": " Number of unique user logins using group Salesforce authentication" }
+ }
+}