I was involved in the architecture desgin for an enterprise application. I decided to adopt the Microservices Approach and I decided to use Service Fabric as infrastructure on premises to deploy and manage the application. Briefly, I am going to develop an Angular2 Front End hosted on Kestrel (or WebListener) and I was wondering how I can implement the Windows authentication in order to allow to the user to authenticate simply inserting their domain credentials.
I didn't find any documentation about it. Is there a way like IIS ti set the type of authentication on service fabric?
Thanks in advance, Giuseppe