ABP Framework version: v6.0.1
UI type: MVC
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes
Exception message and stack trace: AutoMapperConfigurationException: The following member on IdentityServer4.Models.ApiResource cannot be mapped:AllowedAccessTokenSigningAlgorithmsAdd a custom mapping expression, ignore, add a custom resolver, or modify the destination type IdentityServer4.Models.ApiResource.Context:Mapping to member AllowedAccessTokenSigningAlgorithms from Volo.Abp.IdentityServer.ApiResources.ApiResource to IdentityServer4.Models.ApiResourceException of type 'AutoMapper.AutoMapperConfigurationException' was thrown.
Steps to reproduce the issue:"
Upgrade abp framework from 5.2.0 to 6.0.1
We are using identity server source code instead of packages.
1 Answer(s)
-
0
Hi,
You can see: https://github.com/abpframework/abp/blob/64bb41f3c893366e5be0f35eb92b987c47ff40c4/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/IdentityServerAutoMapperProfile.cs
We are using identity server source code instead of packages.
Because you are using the source code, you need to compare the changes from 5.2.0 to 6.0.1