It's weird.
Can you debug the app and inject the IOptions<AbpAccountOptions to see its values?
hi
The log says : Require AbpIdentity.Users permission to impersonate user!",
What's your ImpersonationUserPermission value?
Eg:
context.Services.Configure<AbpAccountOptions>(options =>
{
//For impersonation in Saas module
options.TenantAdminUserName = "admin";
options.ImpersonationTenantPermission = SaasHostPermissions.Tenants.Impersonation;
//For impersonation in Identity module
options.ImpersonationUserPermission = IdentityPermissions.Users.Impersonation;
});
hi
I will confirm this problem. Your question credit has been refunded.
hi
I think you can use Hangfire API and its job class directly instead of ABP's AsyncBackgroundJob
hi
These are the roles of your access_token.
Do they have the correct permissions?
"role": [
"HSE Manager",
"HSE Review",
"HSE Team",
"Super Administrator",
"Vehicle Maintainance Team"
],
hi
Please share the logs of the 500 error requests.
hi
It would be best to use one auth server website for authentication.
hi
Require AbpIdentity.Users permission to impersonate user! These requirements were not met:
Does the user have the related permissions?
Can you share a access_token to liming.ma@volosoft.com
You're welcome. : )