Using Windows AD Authentication With NEST

Hi All,

I'm trying to use the NEST .net Client to connect to elastic search using the identity of the App Pool account. i.e. without Basic Auth nor API Keys. I'm unable to find a way to get that done. Generally, when dealing with the .Net HttpClient, I can set it to use the DefaultCredentials, which will use Windows Auth to pass the current user's Windows Identity, which is in an IIS scenario, would be the app pool identity. But that's not possible with the NEST ConnectionSettings

Has anyone been successful in doing that before?

Your help is greatly appreciated.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.