authentication - ASP.NET WEB API ACS oAuth 2.0 vs OWIN -


i developing web api hosted in azure. need implement security handle tokens corporate sts server. better approach:

  1. acs oauth 2.0
  2. owin

seems owin comes standard web api 2.0 , quite easy implement few nugget packages. 1 have suggestion?

microsoft acs can 1 of authentication/token provider. webapi can use owin consume tokens different providers, such facebook, azure ad, google, microsoft live, acs etc.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -