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
But then I found out that many translations were missing.
Can you explain it in details?
The CreateCacheItem
method only get translations dictionary for specific ResourceName
and cultureName
.
You shouldn't add other resourceName
.
hi
why do you add so many resource to the Dictionary
?
https://support.abp.io/QA/Questions/1642/Is-there-a-way-to-bypass-Tenant-for-Translations#answer-eea69656-8bb0-af79-e8fb-39fe16c17820
We may need to rewrite some BUnit services, can you share a simple project? liming.ma@volosoft.com
You can also download the source code of Account Pro
module and check the LinkLoginExtensionGrantValidator
hi Thomas
Can you share your steps and code to reproduce the problem?
Yes,
https://github.com/abpframework/abp/issues/10306
hi
https://community.abp.io/articles/using-devextreme-components-with-the-abp-framework-zb8z7yqv#json-serialization
if this is related to Newtonsoft.Json
You can try to set the UseHybridSerializer
to false
.
https://docs.abp.io/en/abp/latest/JSON#abpjsonoptions