Windows Authentication in Service Fabric and ASP.NET Core 2.0

Community Manager

Recently, the Service Fabric team had to configure secure communication capabilities to existing reliable (stateless) services, built on top of the ASP.NET Core 2.0 framework. More specifically, they had to configure the Windows Authentication feature on them and choose WebListener as the web server, to process HTTP requests from remote Windows clients.

 

We’ll see that there are slight differences in the names of some ASP.NET packages and libraries, and in the way we configure a weblistener on a stateless service, with the latest version of ASP.NET, with respect to the previous versions (1.x). This article will highlight these aspects and describe a way to properly configure a Service Fabric (SF) Reliable Service Stateless Service, given these requisites.

 

f9993162-fe74-4c40-bbcd-323c203487e5.jpg

 

Learn about it in the Azure blog.

0 Replies