Post

Active Directory Federation Service (ADFS)


ADFS is a Microsoft Windows Server feature used for single sign-on (SSO) authentication across multiple systems or applications.


Configuring ADFS

First install the ADFS Features

x

x

x


After it completes, select Configure the federation service on this server

x


Select create new

x


Select the user

x


Select the SSL Certificate and the Federation Service name

x


Next specify the service account, this will pops out an error saying Group Managed Service Accounts are not available, just run the provided command on the powershell to resolve the error

x


Then hit next

x


After that specify the database, for small lab environment selecting internal database should be fine

x


Review everythng and then select configure

x

x


Close the configuration window

x


At this point, the adfs page should be up but with an error saying the resource is not available

x


All we need to do is enable IdP Sign On page using powershell

x


Now the error should go away

x


Now we can sign in using an Active Directory user

x

x


Hit this link to verify the ADFS is up and running

x


This post is licensed under CC BY 4.0 by the author.