hi
The abp uses standard authentication of asp net core. So you only need to integrate it with asp net core.
Our angular team will reply to you. Please wait a moment.
hi
You can inherit the AbpAuthorizationPolicyProvider and override its methods.
hi
Do not return null but call the AbpAuthorizationPolicyProvider to get Policy.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Authorization/Volo/Abp/Authorization/AbpAuthorizationPolicyProvider.cs#L12
hi
You can check the requests of the changing tenant in-browser dev tools. also check the cookies.
There will be no problem om the future : )
Your question credits Refunded
hi paul.harriman
Did you upgrade the leptonX packages?
@scott7106 We have removed the myget source. Only night build uses it. we'll continue to see what happens with it
hi
You can run abp install-libs to install the front assets.
hi
Remove the myget source from your localNuget.Config .