小编Cod*_*d29的帖子

无法找到 IdentityServer4 的 DiscoveryClient

尝试访问发现客户端以访问其他端点并遵循 http://docs.identityserver.io/en/aspnetcore1/endpoints/discovery.html

在 .Net 7.5 MVC 应用程序中安装了 IdentityModel nuget 包。但无法找到DiscoveryClient.

var discoveryClient = new DiscoveryClient("https://demo.identityserver.io");
var doc = await discoveryClient.GetAsync();
Run Code Online (Sandbox Code Playgroud)

有什么变化IdentitymodelIdentityServer4

此外,无法找到“Tokenclient”的参数。

asp.net-mvc identityserver3 identityserver4 identitymodel

5
推荐指数
2
解决办法
4320
查看次数