摘要: 1、添加 NuGet 包 Microsoft.Extensions.Configuration 2、通过注入获取 Configuration 注意:注入获取的必须提前在 StartUp 里面提前注册 public class Startup { public IConfiguration Confi 阅读全文
posted @ 2020-08-19 08:25 朝闲 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 写在前面 1、源码(.Net Core 2.2) git地址:https://github.com/yizhaoxian/CoreIdentityServer4Demo.git 2、相关章节 2.1、《IdentityServer4 (1) 客户端授权模式(Client Credentials)》 阅读全文
posted @ 2020-08-19 08:21 朝闲 阅读(1765) 评论(0) 推荐(1) 编辑