0
michael.sudnik created
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v4.0.0
- UI type: MVC
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
The role claims are not being saved as the UpdateClaimsAsync()
method within the IdentityRoleAppService
class is missing a await RoleRepository.UpdateAsync(role);
at the end.
I was able to fix it by replacing the IdentityRoleAppService
and appending the missing line in the overriden method.
2 Answer(s)
-
0
Thanks for you reporting, I will check it out.
-
0
Hi,
We have fixed this problem. you can wait for the 4.1 stable release.