这是基于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.
 
 
 
 
 
 

333 B

LINGYUN.Abp.Claims.Mapping

引入此模块解决IdentityServer身份令牌映射,需要配合 MapInboundClaims 使用

注意

身份认证服务器使用 OpenIddict 时无需处理

配置使用

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