Hi,
I need to allocated multiple users to the application, that's why I was trying to application.AddOrUpdateProperty<IdentityUsers>
As I said: You can't add navigation properties this way., so it's not possible.
But you add the UserId, I think this is enough, you can get the user by id.
I need to set permission in a way so that only selected users can access
I don't know what's your case details, can you explain it in detail? I will try to help you.
Hi,
I want customize another pages like forgot password, register, reset password, send security code and two factor tab etc. Is it possible?
Those pages only are for MVC UI only, which means you have to use the code flow instead of resource owner password flow
Hi,
Can you share the full error logs? thanks.
Hi,
You can check this: https://support.abp.io/QA/Questions/306/Custom-Login-Page-For-Angular
Hi,
It looks like you are using the Dynamic proxy.
The Dynamic proxy system needs to get the API defines from the gateway.
You can consider using the Static proxy.
abp generate-proxy -t csharp -m TheModuleNameOfServiceB -u TheURLOfServiceB on the ServiceB.HttpApi.Client project directoryServiceBHttpClientModule class and change AddHttpClientProxies to AddStaticHttpClientProxiesNow it should be working.
If you don't know the
TheModuleNameOfServiceB, you can access theTheURLOfServiceB:/api/abp/api-definitionendpoint to check it.
I create an issue for this: https://github.com/abpframework/abp/issues/16372
Hi,
Feature definition currently does not have an order property.
Now it will be displayed in the UI in the order of the features you added to the list.
Hi,
It's better if can you share a minimal reproducible project or full steps. this is helpful to solve the problem
Hi,
Sorry, I thought you were using Blazor. The Angular Team will answer you.