I have an unknown strange client ID making api request to my auth0 domain and audience

I have an unknown strange client ID making api request to my auth0 domain/audience.

On my site, I have a tab named Users, when you click on users, you are supposed to get a list of registered users from auth0 but the page just tries to load and gives error 500, In auth0, the below error is seen. I have been trying to search for where the client ID in the error message ois coming from but cant seem to figure it out.
{
“date”: “2023-04-05T09:55:23.274Z”,
“type”: “feccft”,
“description”: “Unauthorized”,
“connection_id”: “”,
“client_id”: “ynxxxh9TxxxxxxxxxxxxxxxxxxxC”, (not present in any of my tenants)
“client_name”: null,
“ip”: “x.x.x.x”,
“user_agent”: “Other 0.0.0 / Other 0.0.0”,
“hostname”: “.eu.auth0.com",
“user_id”: “”,
“user_name”: “”,
“audience”: “https://.eu.auth0.com/api/v2/”,
“scope”: null,
“log_id”: “9002023036911797412”,
“_id”: “9002023036911797412”,
“isMobile”: false,
“id”: “9002023036911797412”

Hi @helpdesk,

It’s possible that’s the client id for your tenant’s global application, which is not displayed along with your other apps. In the dashboard if you navigate to Settings => Advanced tab => Scroll to Global Client Information, does the client id you’re seeing in the logs match that of the global client in your tenant?

Thanks,
Matt

1 Like

Hi Matt,

I have checked, it does not match with it. the Global Client ID starts with “XR” and ends with “I”.