hi
You are right, You need to put it in the project where the account is hosted.
hi
Are you new customer?
new customers : Get the license after the 16th of January 2022.
See https://docs.abp.io/en/commercial/4.4/modules/account/ldap
hi
Your project Logs/logs.txt
hi
await UserManager.VerifyTwoFactorTokenAsync(user, provider, code)
hi
https://github.com/abpframework/abp/pull/11861#issuecomment-1062475169
hi
IDX20803: Unable to obtain configuration from: 'System.String'.
Please set ShowPII
to true to check the error detials.
if (env.IsDevelopment())
{
IdentityModelEventSource.ShowPII = true;
}
hi
ABP has Microsoft's Identity module. It supports cookies authentication. You can also customize authentication
ok