In the last post, I briefly presented Zermatt’s claims model. This model can be used in both WCF based services or ASP.NET based web applications.
Beginning with this post, I will describe how this new claims model is integrated into WCF, using WCF’s extensibility points, and also what are some consequences of this integration.
Once again, keep [...]
Posts Tagged ‘Zermatt’
Using Zermatt’s claims model on WCF: ClaimsPrincipal.Current
Posted in Uncategorized, tagged claims, WCF, Zermatt on August 14, 2008 | 1 Comment »
Zermatt’s claims model
Posted in Uncategorized, tagged claims, identity, Zermatt on August 8, 2008 | 2 Comments »
In the last couple of posts, I’ve written about the claims and security token concepts, and also about how WCF models them:
What are claims?
Claims and claims sets in WCF
What are security tokens?
Security tokens in WCF
Authorization policies in WCF: from tokens to claim sets
The ServiceAuthorizationManager class in WCF
In this post I will start writing about how [...]