hi
It might be azure's configuration, I don't know about that.
hi
What was the problem or error you got?
hi
Steps to reproduce the issue: Create new Module (Angular) using ABP suite Add Table that has a OrganizationUnit as a Foreign Key Add Migrations and try to run Angular to access the table via API call
Can you share this project to liming.ma@volosoft.com ?
Thanks.
hi
Can you try X509KeyStorageFlags?
return new X509Certificate2(file, passPhrase, X509KeyStorageFlags.MachineKeySet);
https://www.davidyardy.com/blog/windowscryptographicexception-the-system-cannot-find-the-file-specified
hi
You can override the DefaultHttpExceptionStatusCodeFinder in your web module of API website(44314).
hi
Your problem is not related to the permissions but access_token
Did not match: validationParameters.ValidAudience: 'AccountService' or validationParameters.ValidAudiences: 'null'.
Audience validation failed. Audiences: 'IdentityService, AdministrationService, SaasService, EmployeeService, IncidentService, AttachmentService, ObservationsService, ActionService, UserTaskService, HSEPlansService, NCRService, CustomerService, InspectionService, Forms, FileManagement, AuthServer, RMService, TMService, PTWService'.
hi
Please share the HTTP request info of this error, then I will send your source code.
{
"code": "Volo.Account:RequirePermissionToImpersonateUser",
"message": "Require AbpIdentity.Users permission to impersonate user!"
}