Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
add more login sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbryner committed Nov 12, 2018
1 parent 9ac4536 commit 61d8b23
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion examples/demo/sampleevents/events-logins-success.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"result": "LDAP_SUCCESS",
"success": true
}
},
},
{
"tags": [
"ldap",
Expand All @@ -54,5 +54,53 @@
"result": "LDAP_SUCCESS",
"success": true
}
},
{
"tags": [
"auth0",
"example"
],
"summary": "Success login for john@example.com",
"details": {
"username": "john@example.com",
"type": "Success Login",
"success": true
}
},
{
"tags": [
"auth0",
"example"
],
"summary": "Success login for bob@example.com",
"details": {
"username": "bob@example.com",
"type": "Success Login",
"success": true
}
},
{
"tags": [
"auth0",
"example"
],
"summary": "Success login for mary@example.com",
"details": {
"username": "mary@example.com",
"type": "Success Login",
"success": true
}
},
{
"tags": [
"auth0",
"example"
],
"summary": "Success login for sue@example.com",
"details": {
"username": "sue@example.com",
"type": "Success Login",
"success": true
}
}
]

0 comments on commit 61d8b23

Please sign in to comment.