.net core entity framework – Extract custom field from UserRoles table
I have customized the EF Core identity model to have additional information on the UserRole relationship.
Now, I would like to extract the custom fields added once the user logs in, so I can pass them to the application.