Activities of "maliming"

hi

You can download the source code of account module. That will be easier for customization.

If you don't want to use source code you can check:

https://abp.io/docs/latest/framework/architecture/modularity/extending/customizing-application-modules-guide

We use IdentityLinkUserManager to manage the link users.

https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityLinkUserManager.cs

hi

The claims are written by AbpUserClaimsFactory when you sign in account/login page, please confirm this.

You can sign in, refresh the auth server project, and set a breakpoint to check current claims on the MVC page.

The auth server project current user claims come from cookies.

hi

In background worker I require IStringLocalizer service, but unfortunately is not correctly resolving current language. Any ideas?

The current language will obtain from current user setting => current tenant setting => global setting => default setting

There is no tenant and user in your current background worker. so it will getting from global setting => default setting

hi

Are all your packages 8.2.0?

When you sign in, the AbpIdentityProDomainModule(IdentitySessionClaimsPrincipalContributor) will add the Session Id.

Thanks.

hi

Can you try to build via dotnet restore and dotnet build.

hi

Can you check the permissions(in the permission modal of user or role) of the current user? Does he have saas permissions?

And what's your project info?

  • UI Type: Angular / MVC / Blazor WASM / Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no

hi

You can try to grant some/all permissions to a user. There should be no problem.

If you change the permission name and cause a problem, You can share here.

Thanks.

hi

Does the principal contain the tenant and roles? Have you debug to check the variable?

hi

Can you see the new permissions in the permission modal? Has your admin granted all permissions?

hi

This means the tenantid and role claims are not set correctly.

Please override the AuthorizeController as well.

Then check the principal(claims) in everywhere,

https://github.com/abpframework/abp/blob/rel-8.2/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/AuthorizeController.cs#L56

https://github.com/abpframework/abp/blob/rel-8.2/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/AuthorizeController.cs#L83-L84

https://github.com/abpframework/abp/blob/rel-8.2/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/AuthorizeController.cs#L157

https://github.com/abpframework/abp/blob/rel-8.2/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/AuthorizeController.cs#L225

https://github.com/abpframework/abp/blob/rel-8.2/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/AuthorizeController.cs#L260

Showing 2891 to 2900 of 10645 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 12, 2025, 10:20