Hi,
I have a scenario where the OpenID Connect users (external users) login to elastic search cloud. Is there a way to send some metadata along with the external user using an API ?
To explain clearly, I've given an example below.
I have an oidc user (external user) 'ext User1' who login to elastic cloud. External users are not shown in the list of users in Kibana stack management under security.
It shows internal users only.
For the internal users, we can GET user info(metadata ) using an API.
In 'testuser1', I added some metadata using an API and I could see the added data in response.
My question is-
- Is there a way I can send metadata with external users in an API like we are able to do for internal users?
- Is there an endpoint to GET the list of external users in Kibana?
Thanks in advance.
Regards
Mahi