这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
colin 3936107340 upgrade: upgrade abp to 10.0.2 2 months ago
..
LINGYUN/Abp/Identity/WeChat/Work refactor(wechat): Refactor the wechat message resolver 4 months ago
FodyWeavers.xml upgrade(abp): upgrade abp framework to 7.4.0 2 years ago
FodyWeavers.xsd upgrade(abp): upgrade abp framework to 7.4.0 2 years ago
LINGYUN.Abp.Identity.WeChat.Work.csproj upgrade: upgrade abp to 10.0.2 2 months ago
README.EN.md feat(docs): 添加微信模块文档 1 year ago
README.md feat(docs): 添加微信模块文档 1 year ago

README.md

LINGYUN.Abp.Identity.WeChat.Work

企业微信用户身份集成模块,提供企业微信用户与ABP Identity系统的集成功能。

功能特性

  • 企业微信用户身份集成
  • 支持企业微信用户信息同步到Identity系统
  • 支持企业微信组织架构同步
  • 支持自动创建用户

模块引用

[DependsOn(typeof(AbpIdentityWeChatWorkModule))]
public class YouProjectModule : AbpModule
{
  // other
}

配置项

{
  "Identity": {
    "WeChat": {
      "Work": {
        "CreateUserIfNotExist": true,    // 用户不存在时是否自动创建
        "UpdateUserIfExist": true,       // 用户存在时是否更新信息
        "SyncOrganizationUnit": true     // 是否同步组织架构
      }
    }
  }
}

更多文档