hi
The session management feature was added after 8.2
So you need to use abp 8.2+ and enable dynamic claims as well.
hi
But what I have understood is there is no OAuth implementation for Host.
Can I know where you got the there is no OAuth implementation for Host
?
https://abp.io/docs/latest/modules/account#social-external-logins
hi
And what can we do to prevent this pop up.
I will ask our angular team.
do someone has to enter the user name.
Yes, To avoid enumerating all users in the system, we need to input the username manually.
which is not correct as we had to change the code.
What code do you have to change? Is this it? https://abp.io/docs/commercial/8.1/modules/account/impersonation#angular
Maybe we miss some code in the new template.
hi
Does your Redis server work well?
Can you share the project so I can test it locally?
Thanks
ok, I will ask our angular team.
hi
Can you share a screenshot?
Would you want to remove it in both angular and MVC?
Thanks
hi
We will make entities and UI extensible in the next version.
However, you still need to override some built-in services and UI pages to meet your requirements.
Thank you
hi
AbpDbContextOptions
is standard IOptions<>
, and its singleton
by default.
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-8.0
https://github.com/dotnet/runtime/blob/release/8.0/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L26
Can you share a project to reproduce this?
liming.ma@volosoft.com
Thanks