The next posts will focus on installing the BizTalk prerequisites and performing the necessary configuration on the BizTalk Server machine.
Before installing BizTalk Server or its prerequisites, make sure you have installed the latest critical Windows updates from Microsoft.
📝 One-Minute Brief
One-Minute Brief (TL;DR):
Install Windows Identity Foundation
In the previous step, BizTalk Server 2013 R2: Installation and Configuration – Enable Internet Information Services (Part 2), I mentioned that we should install the Windows Identity Foundation 3.5 feature. Why?
If we plan to use/configure the SharePoint Services adapter or SharePoint Online when used with the SharePoint Services Client-Side Object Model (CSOM), then the Windows Identity Foundation (WIF) feature is required.
WIF is required if you are planning to use:
- SharePoint Services Adapter with CSOM.
- SharePoint Online with CSOM.
WIF is not required if you are planning to use:
- SharePoint Services Adapter Web Service (deprecated).
- No plan to use SharePoint.
Windows Identity Foundation is included with the operating system (Windows Server 2012 R2, Windows Server 2012, and Windows 8.1) as a Feature in Turn Windows features on or off. (If you plan to use Windows 7 SP1, the download is available here: Windows Identity Foundation):
If you didn’t previously install WIF, then you should follow these steps:
- Start by running the Server Manager, if it is not already open, from either:
- On the Windows taskbar, click the Server Manager button.
- On the Start screen, click the Server Manager.
- Under the Manage menu, select Add Roles and Features (or press Add roles and features under the Dashboard panel)
- On the Before You Begin screen, click Next.
- On the Installation Type screen, select Role-based or Feature-based Installation and click Next–
- On the Server Selection screen, select the appropriate server, leave the default options, and click Next.
- On the Server Roles screen, click Next.
- On the Features screen, select Windows Identity Foundation 3.5 and click Next.

- On the Confirmation screen, select Restart the destination server automatically if required and click Install:

- When the installation completes, the wizard reflects the installation status on the Results screen.
- Click Close to exit the wizard.
Related links
- BizTalk Server 2013 R2: Installation and Configuration – Important considerations before set up the server (Part 1)
- BizTalk Server 2013 R2: Installation and Configuration – Enable Internet Information Services (Part 2)
- BizTalk Server 2013 R2: Installation and Configuration – Install and configure SMTP Server Feature (Part 4)
- BizTalk Server 2013 R2: Installation and Configuration – Install Microsoft Office Excel 2013 (Part 5)
- BizTalk Server 2013 R2: Installation and Configuration – Install Visual Studio 2013 (Part 6)
- BizTalk Server 2013 R2: Installation and Configuration – Install SQL Server 2014 (Part 7)
- BizTalk Server 2013 R2: Installation and Configuration – Configure SQL Server Database Mail feature (Part 8)
- BizTalk Server 2013 R2: Installation and Configuration – Install and Configure BizTalk Server 2013 R2 (Part 9)
- BizTalk Server 2013 R2: Installation and Configuration – Configure SQL Server Network Configuration protocols (Part 10)
- BizTalk Server 2013 R2: Installation and Configuration – Validate Mail account used by BizTalk to send BAM Alerts (Part 11)
- BizTalk Server 2013 R2: Installation and Configuration – Installing BizTalk Adapter Pack (Part 12)
- BizTalk Server 2013 R2: Installation and Configuration – Install and Configure Microsoft UDDI Services (Part 13)
- BizTalk Server 2013 R2: Installation and Configuration – Install and Configure the Microsoft BizTalk ESB Toolkit (Part 14)
- BizTalk Server 2013 R2: Installation and Configuration – Configure BizTalk Server SQL Jobs (Part 15)
- BizTalk Server 2013 R2: Installation and Configuration – Optimize the BizTalk Server 2013 R2 environment (Part 16)
- BizTalk Server 2013 R2: Installation and Configuration – Optimize the BizTalk Server 2013 R2 environment (Part 17)
- BizTalk Server 2013 R2: Installation and Configuration – Optimize the BizTalk Server 2013 R2 environment (Part 18)
- BizTalk Server 2013 R2: Installation and Configuration – Install additional Developer tools (Part 19)
Hope you find this helpful! If you liked the content or found it useful and would like to support me in writing more, consider buying (or helping to buy) a Star Wars Lego set for my son.
My application is built over .NET framework 4.6.2 and WIF 3.5 seems not to be working. How to resolve this issue??