Activities of "sukhdeep.dhillon"

yes, its there. it was working fine before upgrading to 9.1.1

Hi team,

I'm having the same issue mentioned in the following thread after upgrading the ABP to 9.1.1

https://abp.io/support/questions/8388/Configure-Hangfire-with-In-Memory-Provider-for-Integration-Testing

Unit tests starts failing. is there any solution to this.

  • ABP Framework version: v8.2.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

Hi,

We recently found that libs folder under wwwroot is not getting created in the CICD pipeline and we haven't changed the pipeline for a while now. as a result, we are getting 500 error when click on login button.

  • ABP Framework version: v8.2.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

in Abp, is there any way to check multiple permission with Authorization attribute as OR operator.

[Authorization(permission1, permission2, permission3)] public Task CreateAsync(){

}

  • ABP Framework version: v8.2.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

Hi team,

quick question, in ABP, what are the best practices to create test harness that compliance with security standards.

thanks

I'm facing the same issue

thank you for helping me out.

I will keep this thread open and get back to you if I need further help.

just to understand, based on this screenshot

I'm doing the following:

  1. getting the IdentityUser from _identityUserManager
  2. Set new Role with _identityUserManager
  3. Creating new CurrentUser with _principalfactory by passing IdentityUser
  4. within the scope of _currentPrincipalAccessor, CurrentUser is changed (this is where I need to apply the logic)
  5. once the scope is completed, again the current user is back to whatever it was before

please correct me if I'm missing anything

based on the documentation you shared to change the current principal,

how can I create new Current principal with all the values of the existing principal and change only the role.

could you please give me code example based on the screenshot I shared before

I don't understand I'm changing the role with _IdentityUserManager for dynamic claims then I 'm changing current principal to check the permissions.

Showing 1 to 10 of 85 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 v9.3.0-preview. Updated on May 15, 2025, 10:28