Activities of "maliming"

hi

The extension methods exist https://github.com/abpframework/abp/blob/rel-8.3/framework/src/Volo.Abp.Authorization/Volo/Abp/Authorization/Permissions/PermissionSimpleStateCheckerExtensions.cs#L8-L55

Can you using Volo.Abp.Authorization.Permissions;?

Thanks.

hi

Add or update all permissions present in the new seed data set (insert/update)

You can inject the IPermissionGrantRepository to add new permissions.

See https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/PermissionDataSeeder.cs

Delete obsolete permissions from the database—meaning, any permission record that existed previously but is no longer defined in the current seed set should be removed automatically.

You can inject the IPermissionManager to delete permissions from the database.

https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Domain/Volo/Abp/PermissionManagement/IPermissionManager.cs

Thanks.

hi

The AuthServer returns the The specified client credentials are invalid. error.

Can you check the credentials of the reqeust?

Thanks.

[INF] Received HTTP response headers after 1050.7501ms - 401
[INF] End processing HTTP request after 1050.9061ms - 401
[ERR] Unexpected error while fetching editions from SiteHost.
System.Exception: Failed to get token from DepartmentHost. Status: Unauthorized, Error: {
  "error": "invalid_client",
  "error_description": "The specified client credentials are invalid.",
  "error_uri": "https://documentation.openiddict.com/errors/ID2055"
}
   at Hon.IFS.PlatformHost.Services.Integrations.TenantHostService.GetJwtTokenAsync(TenantType tenantType) in /home/runner/work/Hon.IFS.PlatformHost/Hon.IFS.PlatformHost/Hon.IFS.PlatformHost/Services/Integrations/TenantHostService.cs:line 117
   at Hon.IFS.PlatformHost.Services.Integrations.TenantHostService.GetAllHostEditionsAsync(TenantType tenantType) in /home/runner/work/Hon.IFS.PlatformHost/Hon.IFS.PlatformHost/Hon.IFS.PlatformHost/Services/Integrations/TenantHostService.cs:line 525
2026-01-23 20:42:50.708 +00:00 [ERR] Error retrieving editions.
Volo.Abp.UserFriendlyException: Unexpected error: Failed to get token from DepartmentHost. Status: Unauthorized, Error: {
  "error": "invalid_client",
  "error_description": "The specified client credentials are invalid.",
  "error_uri": "https://documentation.openiddict.com/errors/ID2055"
}

hi

Didn't receive it. Do you share all the Logts.txt files for all apps?

You can share it by https://wetransfer.com/

liming.ma@volosoft.com

Thanks.

hi

Can you also share all applications' logs.txt?

The HAR file shows 403 with a custom response.

{
    "error": {
        "code": null,
        "message": "Failed to retrieve editions.",
        "details": null,
        "data": {},
        "validationErrors": null
    }
}

Thanks.

hi

If the API website cannot get the OpenID Connect metadata from AuthServer website, the validation will fail. You may see the error IDX10204, the full exception message is: IDX10204: Unable to validate issuer. validationParameters.ValidIssuer is null or whitespace AND validationParameters.ValidIssuers is null or empty.

see more info: https://abp.io/community/articles/common-errors-in-jwt-bearer-authentication-4u3wrbs5

Answer

hi

Can you share the full error detail?

Thanks

hi

If you use the abp package version 8.3.x, the lepton theme package should be 3.3.x

Thanks.

hi

No CMS Kit module appears in the UI There is no admin UI for managing blogs, pages, or menus Public website functionality is not available

These features need to wait for Angular support.

We will add the Angular CMS Kit pro implementation feature in abp 10.2 version.

Thanks.

hi

Can you share all app logs when 403 error occurs?

see: https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

liming.ma@volosoft.com

Thanks

Showing 261 to 270 of 11992 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.