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