Activities of "maliming"

You can try to add it to the Program.cs class. Then check the ICurrentUser.

Have you set claim types?

AbpClaimTypes.UserName = JwtClaimTypes.PreferredUserName;
AbpClaimTypes.Name = JwtClaimTypes.GivenName;
AbpClaimTypes.SurName = JwtClaimTypes.FamilyName;
AbpClaimTypes.UserId = JwtClaimTypes.Subject;
AbpClaimTypes.Role = JwtClaimTypes.Role;
AbpClaimTypes.Email = JwtClaimTypes.Email;

hi joey73

Is your problem solved?

hi

Can you try to add below style to your src/Acme.BookStore.Blazor/wwwroot/blazor-global-styles.css ?

.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

Can the problem be reproduced by connecting to the remote database locally?

ok, Please share the Debug Logs during your login process.

hi

var roles = await IdentityUserManager.GetRoleNamesAsync(user).ConfigureAwait(false);

Does the roles have any values?

Please share the Logs during your login process.

hi

it takes some time.

What do you mean by this? Can you explain it in detail?

Thanks.

: )

Answer

Good news.

Showing 2951 to 2960 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