I hope to start eventually to change my standard roles and membership to a method that uses claims. I read some documentation, but I'm not clear on it. (I also don't know if I should use "membership reboot", or the new asp.net methods). Here is the scenario which is probably wrong that I read about:
Is this what happens:
1. I remove my login screen
2. I make various changes to the web.config
3. Now, when people access my site, they are re-routed to some page somewhere that lets them login with google, or hotmail, or facebook, or some other services, and then they are re-routed to my website, with some properties of them stored in a claims object?
Thanks,
Gideon