IIS typically uses a process identifier (the user account that runs the workflow as) to access secure resources such as a file system or network.
With pass-through authentication, IIS will try to use the actual user identity when accessing secure resources.
If the user is not authenticated, IIS uses the application pool identifier instead. If the pool ID is set to NetworkService or LocalSystem, the actual Windows account is the computer account.
The IIS warning you see is not an error, it is just a warning. The actual check will be performed at runtime, and if it failed, it will appear in the log.
Franci Penov Mar 15 2018-11-11T00: 00Z
source share