这是基于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 3 months ago
..
LINGYUN/Abp/Claims/Mapping fix: rewrite jwt authentication configuration 2 years ago
Microsoft/IdentityModel/Tokens feat(token): Add token wildcard Issuer validator 9 months 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 upgrade: upgrade abp to 10.0.2 3 months 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
}