From 9796672b2e50091ee4914c4ddf51189796566380 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Mon, 29 Jun 2020 16:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8F=8F=E8=BF=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/aspnet-core/modules/tenants/LINGYUN.Abp.MultiTenancy.RemoteService/README.md b/aspnet-core/modules/tenants/LINGYUN.Abp.MultiTenancy.RemoteService/README.md index 157b3f33e..8b0cf4f65 100644 --- a/aspnet-core/modules/tenants/LINGYUN.Abp.MultiTenancy.RemoteService/README.md +++ b/aspnet-core/modules/tenants/LINGYUN.Abp.MultiTenancy.RemoteService/README.md @@ -6,7 +6,18 @@ abp 多租户远程服务组件,引用此模块将首先从分布式缓存查询 ## 配置使用 -模块按需引用,因为远程服务接口定义了授权策略,需要配置接口客户端授权 +模块按需引用 + +如果远程服务接口定义了授权策略,需要配置接口客户端授权,并且启动项目需要引用**Volo.Abp.Http.Client.IdentityModel**模块 + +``` shell + // .NET CLI + dotnet add package Volo.Abp.Http.Client.IdentityModel --version 2.9.0 + + // Package Manager +Install-Package Volo.Abp.Http.Client.IdentityModel -Version 2.9.0 + +``` 具体**RemoteServices**与**IdentityClients**配置请阅读abp文档