I was looking through my logs and came across a continuous stream of Failed Exchanges that look like below.
I do not have a client/application with the client_id mentioned below.
It also seems to have empty user_name, connection_id, user_id and an unknown looking user_agent.
Does anyone have a clue why this would be? This log seems to appear every 1-2 hours.
{
"date": "2020-10-24T11:04:14.462Z",
"type": "feccft",
"description": "Unauthorized",
"connection_id": "",
"client_id": "lTyXru5ToUyOCRh1VYdsTEf4wwbDbjMN",
"client_name": null,
"user_agent": "Other 0.0.0 / Other 0.0.0",
"hostname": "example.eu.auth0.com",
"user_id": "",
"user_name": "",
"audience": "https://example.eu.auth0.com/api/v2/",
"scope": null,
"log_id": "90020201024110418940000882424083607457228409502001266722",
"_id": "90020201024110418940000882424083607457228409502001266722",
"isMobile": false
}