hi
Your logs miss something. For example, the exception entity and the call stack.
Can you share the Logs.txt file with the Debug level?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.
hi
The error is:
IDX10204: Unable to validate issuer. validationParameters.ValidIssuer is null or whitespace AND validationParameters.ValidIssuers is null or empty.
Check this article for more details about Issuer.
https://abp.io/community/articles/common-errors-in-jwt-bearer-authentication-4u3wrbs5#gsc.tab=0
Thanks.
hi
These security headers were added by ABP Security Header middleware.
You can remove all app.UseAbpSecurityHeaders from your apps.
https://abp.io/docs/latest/framework/ui/mvc-razor-pages/security-headers https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/Security/AbpSecurityHeadersMiddleware.cs#L42-L43 Thanks.
hi
This isn't just a simple rewrite or replacement work. The entire permission management module has been almost completely restructured.
You can download the source code of the permission management module to modify both the backend and the Angular frontend.
You need to add two properties like this to the PermissionGrant entity and then check them.
Thanks.
hi
I will ask our Angular team.
Thanks.
Great 👍
Thanks. I will check your logs.
hi
Can you share the full logs.txt of the authserver?
liming.ma@volosoft.com
Thanks