hi
we would prefer to authenticate and log in identity user after finding him in the repository,
Identity server does not seem to be able to do this, it uses tokens instead of cookies, so it cannot automatically log in.
await _signInManager.SignInAsync(identityUser, true);
is applicable for the cookie authentication scheme, because the browser can automatically update the cookie.
Maybe the identity server can generate a new token on the server side, etc, but you need to make Angular get and use the new token.
hi
Replacing to postgres means you need to change mongodb to EF Core.
You need to change the mongodb-related packages and module packages in the project to EF Core. You also need to add migration for EF Core. I suggest you create a project template that uses EF Core and refer to its code.
Please read the documentation of data access.
hi @jassada-mwp
The File Management module angular UI
not implemented. it's plan in v3.2.
hi
Does the FileManagement related packages and modules in your solution after you click Add as project
?
hi
You can try to create a corresponding Identity resources
.
hi @alexandru-bagu
The license of your organization is that Team cannot download the source code. If you need the source code, you can consider upgrading your license.
https://commercial.abp.io/pricing
hi @drpdev2
There are SendPhoneNumberConfirmationTokenAsync
and ConfirmPhoneNumberAsync
methods in the account\src\Volo.Abp.Account.Pro.Public.Application\Volo\Abp\Account\AccountAppService.cs
file.
The SendPhoneNumberConfirmationTokenAsync
method will generate a token and send to your phone by PhoneService
. The ConfirmPhoneNumberAsync
method will validate the token.
Your license allows you to download the source code of the module.
If you still can't solve the problem, I can view it remotely through teamviewer. liming.ma@volosoft.com
hi @hamberg The remaining count of your questions has been +1. (15 now)
hi @buaziz
Have you configured AbpExceptionLocalizationOptions?
https://github.com/abpframework/abp/pull/4869/files
hi
The problem has been fixed. You can try it again.