How can use the Windows Identity Foundation SDK with Windows XP ?
Asked
Active
Viewed 3,050 times
2 Answers
11
Windows Identity Framework is not supported on Windows XP.

Rowland Shaw
- 37,700
- 14
- 97
- 166
-
1Does this mean a client developed using WIF cannot be deployed to Windows XP machines? – Neil Barnwell May 27 '11 at 16:22
-
@NeilBarnwell I'd be "very surprised" if it worked; irrespective, it would not be a supported configuration by Microsoft. – Rowland Shaw Apr 04 '12 at 11:39
1
As per the documentation, WIF requires:
- Microsoft Windows Vista SP1, Windows 7, or Microsoft Windows Server 2008 (32-bit/64-bit)
- Microsoft Internet Information Services (IIS) 7.0
- Microsoft .NET Framework 3.5 SP1
- Windows Identity Foundation
- Microsoft Visual Studio® 2008 SP1
Two samples require additionally:
* Windows Azure Tools for Microsoft Visual Studio
* ASP.NET MVC 1.0

rbrayb
- 46,440
- 34
- 114
- 174