I will test it in 4.4.3. (Angular + Identity Server Separate )
I have tested this in the new project already.
Does it works in new project?
hi
[09:54:50 WRN] VerifyUserTokenAsync() failed with purpose: AbpLinkUserLogin for user.
It seems that there is a problem with the Token. You can try:
Can you share the full log of the request from start to end?
Cannot resolve parameter 'Volo.Abp.Identity.IIdentityUserRepository userRepository'
hi
Are you add the AbpIdentityEntityFrameworkCoreModule
to your EF Core module?
hi
Please check your app logs to see the error detaisl.
hi
Can you explain your question in detail?
We have a sample for this
https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver
after login the verification failed and thew the exception. so, how to add the new link user and what is the criteria?
Can you share the details? You can check the logs to see the error.
Volo.Abp.AbpException: Undefined permission: IdentitySer
hi
Can you share steps to reproduce this? Just need create a preview project?
hi
https://docs.abp.io/en/abp/latest/Authorization#permission-system https://docs.abp.io/en/abp/latest/Authorization#advanced-topics
You can also use Policy-based authorization.
https://docs.microsoft.com/en-us/aspnet/core/security/authorization/policies?view=aspnetcore-5.0