hi
You don't need to use ForwardIdentityAuthenticationForBearer in the HttpApiHost project.
https://docs.abp.io/search/en/commercial/7.0/?keyword=ForwardIdentityAuthenticationForBearer https://docs.abp.io/en/abp/7.0/Migration-Guides/IdentityServer_To_OpenIddict
If you're creating a bug/problem report, please include followings:
hi
is there any data that we need to migrate since the schema is changing?
You need to correctly create the client you need. Mainly OpenIddictDataSeedContributor
we can just drop the IdentityServer* tables?
Yes, It's always good practice to back up your database though.
Can you share a simple project?
liming.ma@volosoft.com
hi
Can you share the project?
liming.ma@volosoft.com
As far as I know we have not encountered similar issues.
Thank you very much, I will give feedback to the Team. 👍👍👍
hi
Remove the IdentityServerDataSeeder and IdentityServerDataSeedContributor, you only need the OpenIddictDataSeedContributor.
hi
aspnet.core
Please share full error stack.
hi
https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step https://docs.abp.io/en/commercial/latest/modules/identity/oauth-login https://docs.abp.io/en/commercial/latest/modules/account#social-external-logins
hi
It seems you are using refresh_token to request the token endpoint of AuthServer
How can we reproduce the problem?