Activities of "maliming"

Good to hear

Answer

Check your app logs.

Answer

You just need to remove the NullEmailSender. Global search NullEmailSender in your solution.

Answer

Can you try to remove this?

#if DEBUG
            context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif

Another way is

options.ClaimActions.MapJsonKey(ClaimTypes.NameIdentifier, "sub");

hi

Try this

var jwtHandler = new JwtSecurityTokenHandler();
jwtHandler.InboundClaimTypeMap.Clear();
jwtHandler.InboundClaimTypeMap.Add("sub", ClaimTypes.NameIdentifier);
options.SecurityTokenValidator = jwtHandler;

I'm checking your project, wait a moment.

hi

Please remove these code and try to configure the claims in the options delegate.

https://leastprivilege.com/2017/11/15/missing-claims-in-the-asp-net-core-2-openid-connect-handler/ https://docs.microsoft.com/en-us/aspnet/core/security/authentication/claims?view=aspnetcore-6.0#mapping-claims-using-openid-connect-authentication

JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear(); JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Add("sub", ClaimTypes.NameIdentifier);

Answer

You can use this to test the configure of email.

https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo

Can you try to clear the browser cookies?

Showing 9881 to 9890 of 11539 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.