maliming

Results 526 comments of maliming

Thank you for your suggestion. It is useful for developers.

Could you replace your local template zip with the current branch? `C:\Users\username\.abp\templates` `abp new BookStore -t app -u blazor-webapp` The `-u blazor-webapp` option is used to select the Blazor Web...

I don't know your code. But you can try: ``` AbpClaimTypes.UserId = JwtClaimTypes.Subject; AbpClaimTypes.Email = JwtClaimTypes.Email; ``` You can share your jwtbearer authentication code.

Does this work? ``` AbpClaimTypes.UserId = ClaimTypes.NameIdentifier; AbpClaimTypes.Email = ClaimTypes.Email; ```

hi > So, seems like is related to the Identity Server setup. It depends on your project, that's why I've asked many times for a reproduction project