Activities of "maliming"

hi

There is the audit logic.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/Auditing/AbpAuditingMiddleware.cs#L39

hi

//You can disable this setting in production to avoid any potential security risks.
Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true;

its kinda hassle if i update the CardBody to Blazorise.CardBody one by one.

hi

You can create a new component and use Blazorise internally.

eg: <BlazoriseCardBody><BlazoriseCardBody/>

Or global replace the CardBody text.

hi

Can you try the IgnoredUrls?


Configure<AbpAspNetCoreAuditingOptions>(options =>
{
    options.IgnoredUrls.AddIfNotContains("xxx");
});

hi

Please try to use code

context.Services.AddAbpDbContext<YourDbContext>(options =>
{
    options.ReplaceDbContext<IIdentityDbContext>();
});

hi

Can you share a minimum project with me?

hi

It seems your oauth server does not return the required claims.

hi

Please share the full logs and access_token

Answer

@albert What do you think?

but I need to be able to impersonate a tenant user from the host.

This is not supported by default, can you share your code?

Showing 7441 to 7450 of 10617 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