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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -