Deploying a Web App on IIS and integrating with ADFS

In my Pluralsight course "Implementing Windows Server 2016 Identity Federation and Access", I use a sample application as a relying party that leverages ADFS for it's authentication. If you don't have a Pluralsight subscription you can access the course through a free trial here: Start a 10-day free trial at Pluralsight - Over 5,000 Courses Available If you want to create the ADFS claims app from scratch and see how to configure the Relying Party in ADFS, you can view my blog post here. This post will describe how to deploy the application to an IIS server. Prerequisites to do…
Read More

Creating an ASP.NET Relying Party application for ADFS 2016

In my Pluralsight course "Implementing Windows Server 2016 Identity Federation and Access", I use a sample application as a relying party that leverages ADFS for it's authentication.  This post will describe how to create and configure that ASP.NET MVC application within Visual Studio, and configure the corresponding Relying Party Trust in ADFS 2016.  In a future post I will show how to deploy the application to an IIS server. First, on your development computer running Visual Studio, make sure you can reach the XML metadata endpoint for the ADFS server on your network.  This could be a lab network of…
Read More