Activities of "maliming"

Answer

hi

You can add a middleware after the authentication.

app.Use(async (context, next) =>
{
    // Do work that can write to the Response.
    await next.Invoke();
    // Do logging or other work that doesn't write to the Response.
});

https://learn.microsoft.com/en-us/aspnet/core/fundamentals/middleware/?view=aspnetcore-7.0

Answer

hi

You can check the current user's claims in the internal website. The client_id in the claims.

Thanks @john

You can try, if there is an error you can degrade your CLI and Suite to old version.

Source code also is broken.

Answer

hi

You can try this:


Alerts.Danger("unauthorized messages");
return Page();
Answer

hi

The LoginInput.UserNameOrEmailAddress. : )

Thanks

Answer

hi

You can inject this service

Answer

https://github.com/abpframework/abp/blob/75f40ccf196735ea4073f87fe67e58d8e1f73194/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/AbpOpenIddictRequestHelper.cs#L11

Showing 6821 to 6830 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.