【问题标题】:Thinktecture IdentityServer V3 admin pageThinktecture IdentityServer V3 管理页面
【发布时间】:2017-06-14 06:06:48
【问题描述】:

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

谢谢

【问题讨论】:

    标签: thinktecture


    【解决方案1】:

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

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

    【讨论】:

    • @MichaelFreidgeim,也许你会发现 thisthis 很有帮助。
    • 这两个链接也与关于客户端配置的管理员页面的问题无关。此外,在提供链接时,最好描述文章的名称或至少完整的 URL(通常包括文章描述。通过“this”链接隐藏标题会浪费读者时间 - 我必须打开链接才能找到这是无关的。
    【解决方案2】:

    它们是两个 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/

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-10-28
      • 2015-05-02
      • 1970-01-01
      • 2014-12-26
      • 2015-04-20
      • 1970-01-01
      • 2015-03-18
      • 2014-08-01
      相关资源
      最近更新 更多