maliming
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...
hi Steps needed to reproduce the problem.
Hi I can't figure out the problem by a picture.
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; ```
I'm not sure unless I can see the complete code.
I'm not sure unless I can see the complete code.
hi @agustinsilvano Can you share a simple project?
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