I want to implement role based login using oauth with facebook, twitter, google etc. It will only be using oauth and will have a role system. Not the default template with the usual registration and login. Seems like dot net open auth will help withe initial stuff, but i can find no good example of using or extending it. Can someone explain how to use dotnet open auth from scratch and how to get extra info with it?
I want to implement role based login using oauth with facebook, twitter, google etc.
Share
~/App_Start/AuthConfig.csfileFor more information about OAuth integration I invite you to head to the
DotNetOpenAuthsite, go through thedocumentation, download and play with the samples.