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:
- acs oauth 2.0
- 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
Post a Comment