hi
Will an error occur when you call this in the controller? Please share your project structure.
hi
You can see this https://docs.microsoft.com/en-us/aspnet/core/security/authentication/mfa?view=aspnetcore-6.0
Yes, You can give it a try.
Try to call SaveChangesAsync
subscribeUser = await subscribeUserRepository.InsertAsync(subscribeUser, autoSave: true);
await UnitOfWorkManager.Current.SaveChangesAsync();
hi
Try to remove this https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs#L241
And check your logs to see if there is an error message.
hi
I try that in 5.1.3, options.Kind = DateTimeKind.Utc;
works.
Good news.
hi
Can I check this remotely? liming.ma@volosoft.com
customize LdapExternalLoginProvider on Identity Server
Can you share the code that is customized? eg LdapExternalLoginProvider
customize LdapExternalLoginProvider on Identity Server
Can you share your code?