hi
Failed to refresh remote claims for user: b5932639-07c4-634c-b2f7-3a14c55a7bc2
Please share logs of API and AuthServer websites.
Thanks.
: )
Great
hi
The package name of payment start with Volo.Payment
Please global search this keyword in your solution.
Remove them from the csproj
files, then build the solution. You will get some errors. Remove the payment-related code from the cs files until the build is successful.
Finally, add new ef core migrations & update the database.
The default project has an OpenIddictDataSeedContributor
in the Domain project.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/OpenIddict/OpenIddictDataSeedContributor.cs#L125
Please add OpenIddictConstants.GrantTypes.RefreshToken
to your appliction/client grand types.
hi
This is a swagger error.
Please share a simple project to reproduce. I will check it.
liming.ma@volosoft.com
The offline_access
scope needs the OpenIddictConstants.GrantTypes.RefreshToken
.
https://abp.io/support/questions/3842/Unable-to-authenticate-with-the-offlineaccess-scope-OpenIddict#answer-aa8dcd92-6f2a-67a8-2aad-3a06d6c2a9c0
Please confirm this.
hi
Try adding [ApiExplorerSettings(IgnoreApi=true)]
to your controller.
[ApiExplorerSettings(IgnoreApi = true)]
public class CustomQueryBuilderController : QueryBuilderController
{
public CustomQueryBuilderController(IQueryBuilderMvcControllerService controllerService)
: base(controllerService)
{
}
}
hi
Please share the error logs in Logs.txt
file.
Thanks.