I'm running a hello world azure function app with an HTTP trigger in a windows container on-prem (yay!).
The question I have now is is it possible to impersonate the user initiating a request from the HTTP trigger? The goal is to allow the function to talk to our in-house authorization system and get back an authorization token.
Could it be just a matter of changing the authorization level to something like Authorization.User?