Thinktecture IdentityServer V3 管理页面

Thinktecture IdentityServer V3 admin page

我是 IdentityServer V3 的新手。我不确定在哪里可以找到管理页面,我们在其中提供类似于 v2 的 clientID、clientSecret 和范围等。这在 v3 中改变了吗?如果可以,有人可以向我介绍一些基础知识吗?

谢谢

看看这个 tutorial identityServer v3 membershipreboot-angularjs-webapi-2-and-mvc-mix。您将对第 1 部分最感兴趣。还有本教程的示例代码(您将在页面上找到 link)。

Thinktecture 有很棒的示例存储库。尝试 IdentityServer3.Samples MembershipReboot 示例,它可能对您有用。

它们是两个 https://github.com/IdentityServer/IdentityServer3.Admin and https://github.com/IdentityServer/IdentityServer3.Admin.EntityFramework 存储库,都实现了后端 API。

来自 https://github.com/IdentityServer/IdentityServer3/issues/110 brockallen 于 2014 年 10 月 28 日评论

I think this issue requires me to split the EF repo into two: 1) for the EF entities, and 2) implementation of the Core interfaces that maps back and forth from core to EF entities. Then I'd add a third project/repo that references the EF entities and build interfaces that map back/forth to the Core.Admin interfaces/models

您要么需要自己实现UI,要么购买 AdminUi 产品https://www.identityserver.com/products/