How to Pass AD Credentials Instead of Application Pool Identity in .NET Framework API Calls?
I’m working with .NET Framework and have run into an issue when calling an API inside of my company. The problem is that the API isn’t receiving my AD credentials. Instead, it’s receiving IIS_APPPOOL[MyAppPoolName] as the identity.
How to Pass AD Credentials Instead of Application Pool Identity in .NET Framework API Calls?
I’m working with .NET Framework and have run into an issue when calling an API inside of my company. The problem is that the API isn’t receiving my AD credentials. Instead, it’s receiving IIS_APPPOOL[MyAppPoolName] as the identity.