Hi Team,
Recently we have integrated Azure AD OIDC with Elasticsearch and kibana.
- The OP will provide the token to users of kibana
- User of kibana will present the token to elasticsearch for accessing the resources
- Elasticsearch authenticate the token and give the resources
I have doubt on 3rd point how elasticsearch interact with Azure AD.