Activities of "maliming"

Answer

hi

https://github.com/abpframework/abp/commit/cf28da1466877f4727f96277924416d4ec7fa9b2

Answer

hi Rrader30

It seems we need to sign in to the API website. I will create a demo.

hi

Can you share the project? liming.ma@volosoft.com

hi

Please share the details error logs of the identity server project.

Answer

hi

Copy the code and debug it.

https://github.com/abpframework/abp/blob/rel-5.0/framework/src/Volo.Abp.HangFire/Volo/Abp/Hangfire/AbpHangfireAuthorizationFilter.cs

hi

You can try to download the Account.Pro adn Identity.Pro modules to check the code.

Answer

How about this?

UseHangfireDashboard can't be next of UseConfiguredEndpoints.

app.UseAuthentication();
if (MultiTenancyConsts.IsEnabled)
{
    app.UseMultiTenancy();
}
app.UseAuthorization();

app.UseHangfireDashboard();
//app.UseHangfireDashboard("/hangfire",new DashboardOptions
//{
// AsyncAuthorization = new[] { new AbpHangfireAuthorizationFilter(requiredPermissionName: "hangfirePerm") }
//});

app.UseSwagger();
app.UseAbpSwaggerUI(options =>
{
    options.SwaggerEndpoint("/swagger/v1/swagger.json", "TiberVendor API");
    var configuration = context.GetConfiguration();
    options.OAuthClientId(configuration["AuthServer:SwaggerClientId"]);
    options.OAuthClientSecret(configuration["AuthServer:SwaggerClientSecret"]);
});
``

The moment I install the .NET 6.0 SDK (or VS2022) the project is not building anymore (without any change to the project).

Can you share a simple project with me? liming.ma@volosoft.com

Answer

hi

Please share the full code of your Startup class.

hi

Some URLs stored in the database. https://docs.abp.io/en/commercial/latest/guides/identityserver-deployment

Showing 8861 to 8870 of 10607 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30