This is a second attempt with better wording of the problem I'm facing.
I have a simple requirement to implement an application that will allow web applications and standalone services that will be claims-aware (using ADFS). Note that I am talking about windows services in addition to web applications.
Which enabling interoperable technologies should a developer pick?
For the life of me, I can't find a resource that says: to build a claims-aware application using the latest upcoming frameworks, install these packages.
From a framework point of view, I am talking about the following:
- Microsoft.IdentityModel
- Microsoft.Owin
- System.IdentityModel
- Microsoft.Asp.Net.Identity
Which should I be using? Alpha / Beta packages are fine.
Thank you, Richard