Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Identity framework with windows XP

How can use the Windows Identity Foundation SDK with Windows XP ?

like image 843
Allan Rwakatungu Avatar asked May 03 '10 17:05

Allan Rwakatungu


People also ask

How do you install Windows Identity Foundation?

1. Type Start PowerShell in the Command Prompt window to start Windows PowerShell. 2. Type Install-WindowsFeature Windows-Identity-Foundation and press Enter to install the Windows Identity Foundation 3.5.

What does Windows Identity Foundation 3.5 do?

It allows developers to build claims-aware applications by providing a set of application programming interfaces (APIs) that help developers write code to make access decisions to applications based on claims.

What does Windows Identity Foundation do?

The Windows Identity Foundation helps simplify user access for developers by externalizing user access from applications via claims and reducing development effort with pre-built security logic and integrated . NET tools. Note: There are multiple files available for this download.


2 Answers

Windows Identity Framework is not supported on Windows XP.

like image 196
Rowland Shaw Avatar answered Sep 28 '22 08:09

Rowland Shaw


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

like image 39
rbrayb Avatar answered Sep 28 '22 08:09

rbrayb