Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将开始一个 ASP.NET 项目,该项目需要用户身份验证才能访问网站的某些部分。将有多个站点需要此身份验证系统,包括桌面应用程序。
我想知道,有没有办法使用 MVC4 Web API 创建一个全局身份验证系统?我的意思不是对用户进行身份验证以访问 API,而是允许用户检索身份验证令牌以通过 web-api 访问该站点。
抱歉,如果这看起来有点令人困惑,我仍在尝试找出最佳使用方法。
看看 Thinktecture。他们创建了一个令牌提供者(带有一个客户端来展示如何使用它)。我想这就是你要找的。
http://thinktecture.github.com/