Open Closed

IdentityServer - ApiResources, ApiScopes, Clients, IdentityResources #4318


User avatar
0
Repunjay created

After Migrating to OpenDict, I am getting below errors, please provide the solution.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You should remove all Identity Server codes.

    See https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step

  • User Avatar
    0
    Repunjay created

    hi

    You should remove all Identity Server codes.

    See https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step

    the current error one belongs to IdentityServerDataSeeder.cs class, In migration guide they didn't mentioned about this class, they only mentioned about "IdentityServerDataSeedContributor.cs" class only.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Remove the IdentityServerDataSeeder and IdentityServerDataSeedContributor, you only need the OpenIddictDataSeedContributor.

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