This section discusses example scenarios that you can implement with Windows® Identity Foundation (WIF).

The following fictional companies and their stated business needs are used in the sample scenarios that are described in this topic:

  1. Identity Delegation Scenario. This scenario demonstrates the ability to access the resources from a Web service in Contoso Hybrid that requires an ActAs token; that is, the service requires the identity of the immediate caller (typically the identity of the service) and the original user who initiated the request (typically the identity of the interactive user).

  2. Step-Up Authentication Scenario. This scenario demonstrates the ability to access the resources of different values (low value or high value) in Contoso Hybrid from within a single user session; that is, the user logs on initially with a low-strength authentication method (such as forms authentication) and gains access to the low-value resources; then, when the user tries to access high-value resources, they are prompted for step-up authentication to strongly authenticate them (such as a smart card).

Note that these scenarios are not the only scenarios that WIF can address; they are selected to show how WIF applies to a given scenario.

Note that Active Directory® Federation Services (AD FS) 2.0 offers a turnkey server product that can be used as a Security Token Service (STS) and help eliminate the need to build a custom STS. Refer to the AD FS 2.0 Product Documentation for the functionalities offered by the server product.