I am trying to learn Claim Based Authentication. The business services (based on SOAP) will be using this service for authentication.
Can you please give a reference to a simplified implementation in WCF? Though my actual requirement will be in DataPower, I want to learn the concepts by doing hands on with simplified WCF implementations.
It would be great that article/tutorial/video (with code download) can be implemented as a self hosted service in VS2010.
Note: I don’t have a server to test. Has got my desktop only.
Note: I won’t be able to develop with Windows Identity Foundation since I have only XP.
Also, can you please provide a brief comparison of claim based authorization and role based authorization?
REFERENCE:
- How to use System.IdentityModel in own client-server application
- Implementing claims-based security (WCF/ASP.NET)