4
votes

After I had read this blog about new membership provider included in the mvc4 internet template I decided to replace my current custom nhibernate membership provider with the new one which support login using OAuth and OpenID. Also author in this above blog says that built in security was improved, so plenty of reasons for me.

As far as I'm understand I should implement ExtendedMembershipProvider in order to create my own nhibernate custom implementation with suppport for db other than mssql?

Any thoughts, links would be helpful.

1
Yes you need to inherit ExtendedMembershipProvider to create your own provider. This may help you SimpleMemberhip ImplementationHary
The above link is broken, this one works (for now): SimpleMemberhip ImplementationOliver

1 Answers

0
votes

this site www.codehint.ru was implemented with realization ExtendedMembershipProvider and oAuth registration. And here is the russian article for replacing SimpleMembershipProvider with Custom provider inherited from ExtendedMembershipProvider replacing SimpleMembership with custom ExtendedMembershipProvider