2

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

谢谢

4

2 回答 2

0

查看本教程 identityServer v3 membersreboot-angularjs-webapi-2-and-mvc-mix。您将对第 1 部分最感兴趣。还有本教程的示例代码(您可以在页面上找到链接)。

Thinktecture 有很大的示例存储库。试试IdentityServer3.Samples MembershipReboot例子,它可能对你有用。

于 2015-03-24T13:35:18.867 回答
0

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

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

我认为这个问题需要我将 EF 存储库分成两部分:1) 用于 EF 实体,2) 实现从核心到 EF 实体来回映射的核心接口。然后,我将添加第三个项目/存储库,它引用 EF 实体并构建来回映射到 Core.Admin 接口/模型的接口

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

于 2017-06-13T21:52:52.173 回答