My goal is to retrieve information about logged-in users, and for that, I'm using the Authenticate API | Elasticsearch Guide [8.12] | Elastic API. However, when I log in with different users, all values such as username, roles, etc., are coming out the same. Could I have made a mistake in configuring Kibana?
This is the function;
const user = await clusterClient.asInternalUser.security.authenticate();