I'm creating a windows web service (REST) that is calling an app in pyhon subprocess. I'd like to execute that app with caller's credentials i.e. implement a impersonation with kerberos in that service. Have read many articles but haven't found anything helpful, can you please advise whether it's even possible and how?
Thanks