Using Azure ACS (Access Control Service) with ASP.NET Web API?

It is supported. ASP.NET Web API allows us to build REST services. ACS supports any kinds of REST services.

The usual claim validation process described on http://msdn.microsoft.com/en-us/library/windowsazure/hh289317.aspx will work. We just need to change WCF to Web API.

From my experience, the link you pointed out will probably not help, as it is used for clients (WPF/Windows Phone/etc.). Using ACS on the service side, we will deal with claims, we can configure ACS to return any claims we like. A claim can be a username, but it can also be a role.

For example, we can create a rule to map a particular user to a role, than ACS will return the role claim to us.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions