Hi,
I have an intranet website can has limited access to modify certain user accounts. Unfortunately, it needs a privileged windows service account to do this.
In my dev environment, the username and password is supplied via environmental variables.
What is the most secure way of storing the service account?
This is ASP.NET Core 2.2
Thanks