hi
These contents have nothing to do with the ABP framework, and I am not an expert in Azure AD B2C
hi
You can check https://docs.abp.io/en/commercial/latest/modules/account#social-external-logins
See https://docs.abp.io/en/abp/latest/Dependency-Injection#property-injection
hi
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, SESEmailSender>());
}
Thanks @anthonyh
You can add options.Kind = DateTimeKind.Utc; to EF Core module.
The problem is solved, we need to reference the module that defines the features.
ok, Can I check it remotely? liming.ma@volosoft.com
Please share your project structure.