I've been trying to find any kind of walk through or tutorial for webforms and identity. Almost everything out there is focused on MVC.
There must be something somewhere? I have looked at all of the commonly referenced articles, watched a dozen videos, and all I've been able to put together so far is creation of the db via code first, basic authentication, and adding a new property to a user profile like date of birth. I haven't found a single trace of how to manage roles, role membership, and controlling which roles have access to which pages.
If identity is the replacement for membership, even for webforms, isn't there supposed to be some kind of guidance?