Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RoleManager.CreateAsync calls unsupported SetNormalizedRoleNameAsync #4

Open
cmsd2 opened this issue Mar 28, 2017 · 0 comments
Open

Comments

@cmsd2
Copy link
Contributor

cmsd2 commented Mar 28, 2017

https://github.com/aspnet/Identity/blob/dev/src/Microsoft.AspNetCore.Identity/RoleManager.cs#L168

we don't allow the normalized role name to change for good reason,
but the role manager depends on this function succeeding.

also if the user has chosen a different ILookupNormalizer than the normal UpperInvariantNormalizer, the default initialisation of NormalizedRoleName in DynamoIdentityRole will not match the expected normalized role name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant