hi
I don't know a solution that without coding.
You can take a look at this https://docs.microsoft.com/en-us/aspnet/core/security/authorization/iauthorizationpolicyprovider?view=aspnetcore-5.0
hi
It's has been updated.
https://github.com/abpframework/abp/blob/48c52625f4c4df007f04d5ac6368b07411aa7521/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/AbpStrictRedirectUriValidator.cs#L39
hi uyarbtrlp
Can I check it remotely? My local test did not reproduce the problem.
hi
You can override the GetAsync method of PermissionAppService to remove some permissions from the DTO according to your logic.
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo/Abp/PermissionManagement/PermissionAppService.cs#L31
hi kirtik
2021-03-26 18:01:49.851 +05:30 [DBG] Security stamp validation failed, rejecting cookie.
2021-03-26 18:01:49.851 +05:30 [INF] AuthenticationScheme: Identity.Application signed out.
2021-03-26 18:01:49.852 +05:30 [INF] AuthenticationScheme: Identity.External signed out.
2021-03-26 18:01:49.852 +05:30 [INF] AuthenticationScheme: Identity.TwoFactorUserId signed out.
2021-03-26 18:01:49.853 +05:30 [INF] Identity.Application was not authenticated. Failure message: No principal.
2021-03-26 18:01:51.758 +05:30 [INF] Identity.Application was not authenticated. Failure message: No principal.
2021-03-26 18:01:51.758 +05:30 [INF] Identity.Application was not authenticated. Failure message: No principal.
Security stamp validation failed
This is like you have changed the important info of the user, such as: username, password, email, etc.
Can you confirm it?
Can i check it remotely?
https://zoom.us/j/92517421131?pwd=b2ZEWGFyYUJzcjBxUFF1WTBoRS9odz09
Auth ErrorError, error: invalid_client
Can you share the full error message?
hi
You can check this option.
https://docs.abp.io/en/abp/latest/Exception-Handling#send-exception-details-to-the-client
hi
Thanks, I will check this.