Skip to content

Instantly share code, notes, and snippets.

@vishnuhd
Last active October 9, 2019 05:27
Show Gist options
  • Save vishnuhd/f6e40b04e36f28bf0c37e6d06c03fb87 to your computer and use it in GitHub Desktop.
Save vishnuhd/f6e40b04e36f28bf0c37e6d06c03fb87 to your computer and use it in GitHub Desktop.
Setting Up ADFS on AWS Windows Server 2016 instance

Setting Up ADFS on AWS Windows Server 2016 instance

  • Create an Windows Server 2016 instance with t3.medium atleast, 30 GB storage and ports - 80, 22, 53, 389, 3389, 443, 3268 open.

  • Install AD Domain Services, AD Federation Services and DotNet 3.5.

  • Promote current server as Domain Controller.

  • Setup IIS for https binding with self-signed certificate.

  • Change the full computer name to adfs.domain.com.

  • Restart the server and verify the full computer name.

  • Configure the ADFS with certs and internal database.

  • Create users/groups and start using.

  • References : https://www.youtube.com/watch?v=yagCgNvl3vs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment