asp.net-core - 如何在 ASP.NET Core 客户端中使用 IdentityServer3?

标签 asp.net-core identityserver3

我有用于身份验证的 IdentityServer3。现在我正在 ASP.NET Core 1.0 中开发客户端应用程序。我在官方网站上找不到任何 asp.net 核心客户端示例 IdentityServer repository

1>IdentityServer3 以 ASP.NET Core 作为客户端,是否有可用的示例代码?
2>身份服务器 3 是否有自己的 ASP.NET Core nuget 包,类似于 Microsoft.AspNetCore.Authentication.Facebook?

最佳答案

我在这里找到了答案https://identityserver4.readthedocs.io/en/dev/quickstarts/3_interactive_login.html

查找 Creating an MVC client 部分。 MVC 客户端是使用 .NET Core 开发的。它使用 IdentityServer4 进行身份验证,但同样适用于 IdentityServer3

关于asp.net-core - 如何在 ASP.NET Core 客户端中使用 IdentityServer3?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39857062/

相关文章:

c# - ASP .NET Core 写入 XML 文件

c# - EF Core 是否缺少 .NET Standard 与 .NET Core 库中的任何内容?

ASP.NET 核心 2 : Model bound complex types must not be abstract or value types and must have a parameterless constructor

identityserver4 - 您应该如何使用 Identity Server 保护 Multi-Tenancy API?

jwt - UseIdentityServerBearerTokenAuthentication 如何验证 JWT token (使用本地模式)

c# - 始终返回 IdentityServer "invalid_client"错误

c# - Azure Devops 无法运行 xUnit 测试

c# - .NET Core - 无法加载文件或程序集

oauth-2.0 - 在 Swashbuckle 中启用 Oauth2 客户端凭据流

c# - 有什么方法可以通过 identityserver3 将自定义状态或上下文从客户端传递到自定义 IdP?