Open Closed

ABP framework upgrade from 5.2.0 to 6.0.1 #3982


User avatar
0
Anjaneyulu created
  • 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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11