Active and Passive Federation in WIF

Posted by user102533 on Stack Overflow See other posts from Stack Overflow or by user102533
Published on 2010-05-05T16:52:50Z Indexed on 2010/05/05 16:58 UTC
Read the original article Hit count: 1706

I am trying to understand the difference between Active and Passive federation in WIF. It appears that one would use an Active Federation if the Relying Party (RP) is a WCF Service instead of an ASP.NET application and a Passive Federation if the RP is an ASP.NET application. Is this accurate?

So, in a scenario in which an ASP.NET application uses a WCF in the backend, the MS articles suggest using a 'bootstrap' security token that is obtained by the ASP.NET app using an ActAs STS and this token is used to authenticate with the WCF. In this scenario, it appears that we are doing a combination of Active (user -> STS -> ASP.NET RP) and Passive (ASP.NET -> ActAs STS -> WCF) Federation?

© Stack Overflow or respective owner

Related posts about WIF

Related posts about windows-identity-foundati