use HTTP Context variables inside Containerized WebSite
ntxarch opened this issue · 3 comments
I've containerized a ASP.NET website, running under gMSA. The website retrieves the value Request.ServerVariables("REMOTE_USER") to validate the user has access to the application.
When running in the container this value comes back as null/blank. Is there a method to retrieve this value while running in the container?
We are using the 4.7.2 image for Server 2019.
If there is a more appropriate forum for this question, please let me know.
@HongGit - Can you provide guidance?
Guidance on what is being attempted or guidance on how to resolve? I am still working on resolution.
ASP.NET behavior didn't change without gMSA. Since Request.ServerVariables("REMOTE_USER") was obtained from IIS, I will transfer this issue to IIS team to determine what is the cause of this issue.