Problem to detect domain user in asp core 2

1

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.

    
asked by Floajd 25.10.2017 в 19:46
source

1 answer

0

Solve the credential problem that the web api needed to be able to manipulate the directories and files on a shared server.

link

    
answered by 03.11.2017 в 10:45