I want to implement an OpenID membership system for my ASP.NET application, similar to the system used here in StackOverflow. I know that the OpenAuth library is usually recognized as a way, but it's hard for me to figure out how to implement it.
I am using NHibernate to save domain objects. I have a Users table with username column, email column, etc. I'm not sure how to integrate OpenID with my own user table, and I have not found any good guides on this. Does anyone have any experience? What is the best way to do this?
source share