具有数据库连接的 IdentityServer3 样本

IdentityServer3 samples with database conectivity

我正在使用 ThinkTecture IdentityServer 3 作为令牌服务。我找到了很多样本​​,但都是 InMemory 存储 https://github.com/IdentityServer/IdentityServer3.Samples。有没有人为客户端、用户和范围发布了带有持久存储的示例。

我为 IdentityServer4 找到了一些,但没有为 IdentityServer3 找到。

如有发现请分享。

您可以使用 this sample From Identity Server's GitHub Page to store Client and Scopes in Database. It Also Provides a simple UI to manages Clients and/or Scopes configuration.And this sample 展示了如何存储用户和声明。 我将所有这些功能放在一个解决方案中,您可以在 my GitHub Page

中看到