08 2018 档案

摘要:后台运行详情:https://www.cnblogs.com/little-ant/p/3952424.html 查看端口、查找等命令 参考:http://blog.csdn.net/wjcquking/article/details/45293167 更新系统 :yum update 报错信息如下 阅读全文
posted @ 2018-08-16 17:38 ice.ko 阅读(399) 评论(0) 推荐(0)
摘要:IdentityServer官方提供web页面,可以根据需求修改样式。具体UI下载跟配置参考官网文档。 文档地址:https://identityserver4.readthedocs.io/en/release/quickstarts/3_interactive_login.html 使用UI登录 阅读全文
posted @ 2018-08-15 15:49 ice.ko 阅读(6621) 评论(0) 推荐(3)
摘要:Identity Server 4 预备知识 -- OpenID Connect 简介: 原文地址 阅读全文
posted @ 2018-08-14 14:10 ice.ko 阅读(616) 评论(0) 推荐(0)
摘要:原文地址 Identity Server 4是IdentityServer的最新版本,它是流行的OpenID Connect和OAuth Framework for .NET,为ASP.NET Core和.NET Core进行了更新和重新设计。在本文中,我们将快速了解IdentityServer 4 阅读全文
posted @ 2018-08-10 17:30 ice.ko 阅读(4739) 评论(0) 推荐(2)
摘要:官网接口详解文档地址:文档地址 (PS:可通过接口名称搜索相应接口信息。) 源码地址:https://github.com/YANGKANG01/IdentityServer4-IdentityAuth 一、修改服务端 1、修改Startup文件源码如下: namespace Server { pu 阅读全文
posted @ 2018-08-08 14:43 ice.ko 阅读(1801) 评论(2) 推荐(4)
摘要:下载windows客户端 官方文档地址:https://www.elastic.co/guide/en/elasticsearch/client/net-api/6.x/introduction.html 效果图: 注:Elasticsearch客户端使用的是java环境,运行前先配置java环境。 阅读全文
posted @ 2018-08-02 16:29 ice.ko 阅读(432) 评论(0) 推荐(0)