c# - expose OWIN authentication in WebService -


we have mvc5 web application use owin authentication. need implement mobile application use same password , login. idea how ?

will asking mvc5 app return protected resources? if so, can use adal.js obtain accesstoken.

does following sample seem relevant? https://github.com/azureadsamples/singlepageapp-webapi-angularjs-dotnet


Comments