Activities of "alper"

this solution is same for MongoDB

I remember that it's fixed in 4.3.2

create a new dropdown crud page and check the diff so that you can update your typeahed to dropdown

you can add claims to the current user. see this code sample https://github.com/abpframework/abp/pull/7998

related:

  • https://github.com/abpframework/abp/issues/8568
  • https://github.com/abpframework/abp/issues/8073
  • https://docs.abp.io/en/abp/latest/CurrentUser

this question is asked by Vijay P. Nallala


Hi ABP,

Can you please suggested which method as ICurrentUser implementation. We need override the Current user and need to add Custom Data. Please help me. We are using the Identity Sever. Based on our clientId need to load api/identity resources.

For Example –

Application1 Client1 – IdenityWEB - based on ApplicationID, OrgUnits, Client claims (BusinessId, Locale) Application2 Client2 – ProductManagement based on ApplicationID, OrgUnits, Client claims (BusinessId, Locale) Application3 Client3 – OrderManagement based on ApplicationID, OrgUnits, Client claims (BusinessId, Locale)

public interface ICurrentUser
    {
        bool IsAuthenticated { get; }
        Guid? Id { get; }
        string UserName { get; }
        string Name { get; }
        string SurName { get; }
        string PhoneNumber { get; }
        bool PhoneNumberVerified { get; }
        string Email { get; }
        bool EmailVerified { get; }
        Guid? TenantId { get; }
        string[] Roles { get; }

        Claim FindClaim(string claimType);
        Claim[] FindClaims(string claimType);
        Claim[] GetAllClaims();
        bool IsInRole(string roleName);
    }

Thanks Vijay

Answer

do you see any error log on Chrome ?

verification email is being sent to the user. in debug mode, emails are not sent (see logs for the emails)

Answer

How come that these tabs are not accessible anymore?

I discovered now I cannot access them with my admin user:

@alexander.nikonov,

I checked it but I couldn't see any logic to disable these tabs. The marked tabs are bootstrap dropdown toggles. Maybe this is not working in your browser. Can you try it on a different browser and send me the results?

hi this is not related to the framework. encrypting a JWT token is the subject of Identity Server. so it'd be better to ask to the IDS repository https://github.com/IdentityServer/IdentityServer4

Answer

when will v4.3 patch be released and what is fixed for commercial over what shown in github?

v4.3.2 comes Fiday.

@Albert - Thanks for the date on v4.3.2, where can we see what will be fixed/released in the Commercial version?

Github only shows what is in the open source version.

Andrew all the reported issues are fixed. But I'll write a list of fixed issues in this week

Showing 881 to 890 of 2058 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.0.0-preview. Updated on September 23, 2025, 10:47