随笔分类 -  ASP.NET Core

.net core Ocelot实现API网关并部署在docker中
摘要:基于Ocelot(http://ocelot.readthedocs.io)搭建的API网关demo 软件以及系统版本: Asp.Net Core 2.2 Ocelot 13.5.0 CentOS 7.6.1810 Docker 18.09.4 项目结构: Sample.Gateway为服务网关 S 阅读全文
posted @ 2019-04-12 00:29 Azure° 阅读(788) 评论(0) 推荐(0)
IdentityServer4(一)使用客户端凭证方式
摘要:这个篇文章主要是记录自己参考官方文档搭建身份认证的过程 使用的.NET Core2.2 参考地址:https://identityserver4.readthedocs.io/en/latest/quickstarts/1_client_credentials.html 1.第一步,创建一个weba 阅读全文
posted @ 2019-03-24 13:50 Azure° 阅读(318) 评论(0) 推荐(0)