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.
假设 Web 托管的 IdentityServer3仅处理授权的场景,即由外部自定义服务处理的用户身份验证,需要实现什么来支持这一点?自定义 OWIN 中间件?
要么连接到 IUserService(特定于 idsrv)中的“外部自定义服务”表单,要么将其视为外部身份提供者。在这种情况下,您需要为其编写一个 Katana 身份验证中间件(可重用的 Katana 组件)。
对于 UserService 检查 IdentityServer 文档。对于 Katana 身份验证中间件 - 不确定是否有官方文档 - 我在我的 Web API 安全课程中简要介绍了它。
http://www.pluralsight.com/courses/webapi-v2-security