这是基于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 af99b8df36 fix: rewrite jwt authentication configuration 2 years ago
..
LINGYUN/Abp/Claims/Mapping fix: rewrite jwt authentication configuration 2 years ago
FodyWeavers.xml fix: rewrite jwt authentication configuration 2 years ago
FodyWeavers.xsd fix: rewrite jwt authentication configuration 2 years ago
LINGYUN.Abp.Claims.Mapping.csproj fix: rewrite jwt authentication configuration 2 years ago
README.md fix: rewrite jwt authentication configuration 2 years ago

README.md

LINGYUN.Abp.Claims.Mapping

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

注意

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

配置使用

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