Does anyone have any thorough resources or documentation on how to implement a custom Identity setup

I am trying to implement Identity on a project that does not already include it. I have found some resources to help but I cannot find any on setting up custom IdentityRoles except for this one https://www.youtube.com/watch?v=suq3cMv1V2o&list=PL82C6-O4XrHccS2fD8tdEF9UoO3VwKeGK&index=7. Does anyone have any other resources that could help me set this up?
Teddy Smith
YouTube
ASP.NET Core Identity 2022: 7. Roles
ASP.NET Core Identity 2022: 7. Roles C# Developer Discord Server here: https://discord.gg/kFVhqq9FTE Portfolio: http://www.teddysmithdev.com Github: https://github.com/teddysmithdev
5 Replies
TheCultOfRa
TheCultOfRa2y ago
I've found out how to do a custom user but not a custom role I have my own UI so I am not looking to Scaffold
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
TheCultOfRa
TheCultOfRa2y ago
will check again and read yeah
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
TheCultOfRa
TheCultOfRa2y ago
I am trying to have roles to identity GameMasters vs Players does IdentityDbContext only take one IdentityRole? I think I understand