Need some assistance on the Auth0 Authentication API webhook, when I receive the request, it looks as following;
{
Date: '2020-11-23T13:28:48.9620000+00:00',
Type: 'ssa',
Description: null,
Connection: null,
ClientId: null,
ClientName: null,
Ip: '212.112.137.222',
UserAgent: null,
Details: {
Error: null,
Body: null,
Connection: null,
_typeTag: 'AddLogEventsDetails'
},
UserId: null,
UserName: null,
Strategy: null,
StrategyType: null,
Id: null,
IsMobile: false,
_typeTag: 'AddLogEventsRequestModel'
}
if I send the request using the sample payload from Auth0 Authentication API Webhooks Extension :
{
"date": "2016-02-25T13:42:08.791Z",
"type": "f",
"description": "Wrong email or password.",
"connection": "My-Users",
"client_id": "lIkP1Wn4qQPj56k9bE7fyMrbsaaHXd6c",
"client_name": "Default App",
"ip": "11.22.33.44",
"user_agent": "Chrome 48.0.2564 / Mac OS X 10.11.3",
"details":
{ "error":
{ "message": "Wrong email or password.",
"oauthError": "Wrong email or password.",
"type": "invalid_user_password" },
"body":
{ "client_id": "lIkP1Wn4qQPj56k9bE7fyMrbsaaHXd6c",
"username": "john@example.com",
"password": "*****",
"connection": "My-Users",
"grant_type": "password",
"scope": "openid",
"device": "" },
"qs": {},
"connection": "My-Users" },
"user_id": "",
"user_name": "Default App",
"strategy": "auth0",
"strategy_type": "database",
"_id": "49556539073893675610923042044589174982043486779166687234",
"isMobile": false
}
then it works using Postman, but from Webhook I receive nulls