Activities of "maliming"

hi

I checked the code and everything works as expected. Can you publish this project to iis or another environment?

and deployed it here: https://kog-vanilla-blazor.azurewebsites.net/ https://kog-vanilla-api.azurewebsites.net/

hi

Thanks. I will check the code.

You don't seem to refer to the code I shared. You should first authenticate the user and then issue cookies. The cookies should contain correct user information, not a Login claim. Then, try to authenticate the cookies in the middleware.

hi

You don't need to refer to the current implementation. You don't need to use CreatePermissionGroupDefinitions and Lazy<Dictionary<string at all.

You can maintain a collection by yourself.

hi

You can replace the FakeCurrentPrincipalAccessor in ConfigureServices method.

https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/Auditing/AuditIntegrationServiceTestController_Tests.cs#L28

Create a new class by copying the code form AbpValidateClientPostLogoutRedirectUri

Add your class to event handles.

builder.RemoveEventHandler(OpenIddictServerHandlers.Session.ValidateClientPostLogoutRedirectUri.Descriptor);
builder.RemoveEventHandler(AbpValidateClientPostLogoutRedirectUri.Descriptor);
builder.AddEventHandler(MyAbpValidateClientPostLogoutRedirectUri.Descriptor);

The StaticPermissionDefinitionStore is ISingletonDependency You can inject it and use it anywhere. Use your logic to control PermissionDefinitions

hi

You can troubleshoot by creating a new template project and deploying it to the production environment to see if the problem exists.

If the problem doesn't exist,please compare the code or share your project with me.

Thanks

hi

Let me check the issue remotely. Please send a mail. liming.ma@volosoft.com

I think these code are fine. : )

Showing 6271 to 6280 of 11554 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.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.