HI
You can migrator a new database and then check the tables of OpenIddict.
You need to add all scope names in postman.
Using DbMigrator only I have done the migration successfully (its showing tenant db seed also done successfully, but it didn't), see the below screen shot for the same, but the OpenIdDict related table is empty.
I have added all scope names in postman see below screen shot (in last screen shot I think its minimized)
Could you please let me know how to seed data from Identity Server tables (baked up) to OpenIdDict tables?
After upgrading from IdentityServer to OpenIdDict, to generate the token I am getting below scope is invalid error.
Old App - IdentityServerApiResourceScopes table have only two columns - ApiResourceId, Scope, but similar table from OpenIdDict is expecting too many columns as below.
is there any mechanism to migrating data from Identity server tables to opendict tables?
Note: We can't use db migrations at this time.
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:
Severity Code Description Project File Line Suppression State Error NU1605 Detected package downgrade: Volo.Abp.Authorization from 6.0.3 to 6.0.2. Reference the package directly from the project to select a different version. SCV.Litmus.FinanceManagement.TestBase -> SCV.Litmus.FinanceManagement.Domain -> Volo.Abp.PermissionManagement.Domain.OpenIddict 6.0.3 -> Volo.Abp.PermissionManagement.Domain 6.0.3 -> Volo.Abp.Authorization (>= 6.0.3) SCV.Litmus.FinanceManagement.TestBase -> Volo.Abp.Authorization (>= 6.0.2) SCV.Litmus.FinanceManagement.TestBase C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\modules\finance\test\SCV.Litmus.FinanceManagement.TestBase\SCV.Litmus.FinanceManagement.TestBase.csproj 1
I have upgraded the solution to 6.0.2, but yesterday abp released new version 6.0.3, now VS showing an build error to upgrade the package to 6.0.3. is it mandatory or any other solution to work with 6.0.2 version?
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:
Hello,
You need to update the angular version to 14. ABP 6.0 version works with angular 14. You can update with
ng update
command.Also you need to install
@volo/abp.ng.openiddictpro
package.
@volo/abp.ng.openiddictpro
package?hi
There are detailed steps.
https://docs.abp.io/en/commercial/6.0/migration-guides/openIddict-step-by-step
Hi,
followed that guide for my Microservices Solution, For Angular Project, they mentioned only the change in "environment.ts" file, need to change the issuer url only as below. remaining all about backend core apis microservices solution.
but in Angular there is reference packages for Identity Server, saas, Lepton, Audilogs in "Package.json" and in other modules also, how to change those to OpenIdDict? (below are my Angular app reference screen shots)
How to migrate Angular Ui from Identity Server to OpenIdDict
https://docs.abp.io/en/commercial/6.0/migration-guides/openIddict-angular is not given all steps to migrate from Identity Server to OpenIdDict, please provide the detailed migration guide.
How to update all the required packages of Identity Server to OpenIdDict in Angular App?
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:
hi
https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_0 https://docs.abp.io/en/commercial/latest/migration-guides/v7_0
and how about Identity Server?
You can use Identity Server or migrator to OpenIddict.
https://docs.abp.io/en/abp/latest/Modules/OpenIddict https://docs.abp.io/en/abp/latest/Migration-Guides/OpenIddict-Step-by-Step https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step https://docs.abp.io/en/commercial/latest/modules/openiddict
Hi,
I have upgraded Dotnet Core to abp 6 and OpenIdDict migration also done.
Problem Statement - I ran abp update command only on dotnet core application not on anular initially, Now I am trying to run on Angular application, its giving No Solution/Project found in this directory, so to do this is there any alternatives rather than doing manually?
hi
The
abp update
command will only help you upgrade the version of the package, I suggest you manually update the package and other breaking changes.Can I update both (Angular + Dotnet Core) to Abp Version 7.0 directly at a time now?
is these are sufficient or any other required to update? and how about Identity Server?
hi
The
abp update
command will only help you upgrade the version of the package, I suggest you manually update the package and other breaking changes.
Can I update both (Angular + Dotnet Core) to Abp Version 7.0 directly at a time now?