Good morning.
I'm having trouble authenticating a domain user in asp core 2 to be able to manipulate directories.
The client environment is an angular application 4, web server api asp Core (c #) and server windows 7 for shared files.
The idea is for the client to upload an image and through the web api to host it in the shared service.
so that the web api manipulates the directory and the file, it needs the credential of a domain user with writing permission.
- There is the possibility of sending the user's credentials to the web api in order to implement:
- There is the possibility of giving permission with an "X" user each time a request is made on the web api?
Threads seen.
Configure Windows Authentication in ASP.NET Core
docs.microsoft.com WindowsIdentity
I hope I have expressed myself properly.