【发布时间】:2019-10-30 10:18:27
【问题描述】:
无法在同一个项目中配置 identityserver 4 授权和不记名令牌认证中间件。
【问题讨论】:
-
这个问题有什么问题——标题还是正文?你真的想结合什么?第二个很清楚——它是不记名令牌认证中间件,但第一个是什么?是 Identityserver 中间件
services.AddIdentityServer(),还是只是 Identityserverservices.AddAuthentication.AddOpenIdConnect(options =>{//options for idsrv auth})的 oidc auth 中间件来保护您的 MVC 应用程序?
标签: asp.net-core oauth-2.0 identityserver4 asp.net-core-webapi