hi
I tested it, It works after deleting some files.
https://github.com/maliming/Abp-3394/issues/1 https://github.com/maliming/Abp-3394/tree/main/src https://github.com/maliming/Abp-3394/commit/f95b70cc24ea96dc4da3b08c8a1ece5e6063dd07
hi
What's the type of the AbpClaimTypes.Nameand AbpClaimTypes.SurName?
Check the claims of HttpContext.User and set the types. AbpClaimTypes.Name = xx
hi
It's will available in 5.3.3. Please wait for this version. Thanks
ok, I will check it.
You can set a breakpoint to check the claims for the current identity(HttpContext.User).
If I try to call a method from my API, passing the token in Authorization and the __tenant, the CurrentUser will be NULL.
Can you share the request info(Authorization: bearer token) and the authentication configuration code of your API(context.Services.AddAuthentication(....))?
hi
Did you add the Automapper package to your project manual?
Please search Automapper in all .csproj files.
hi
The login code exists Account Pro module. but you can check the ExternalLoginProvider
https://github.com/abpframework/abp/issues/4977
You can remove the node_modules folder, abp install-libs will restore the npm packages again.