Neil Morrissey

Architect, Developer, Author 

 

Configure an ASP.NET Core 8 application to work with ADFS 2022
December 22, 2023
Let's create an ASP.NET Core 8 app to use Active Directory Federation Services for authentication and authorization. The .NET code will use OAuth 2.0 and OpenID Connect to communicate with...
Windows Authentication Not Working with ADFS 2022
December 21, 2023
When testing out Windows Authentication with a new ADFS deployment for Windows Server 2022, I found that users kept getting redirected to the Forms Authentication login page. Windo...
Deploying a Web App on IIS and integrating with ADFS
December 3, 2018
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 ...