I have read this thread SimpleMembership - anyone made it n-tier friendly? but it speaks directly about making the simplemembership n-tier friendly. Even thought that is the next likely progression of my line of questioning, I have yet to bypass my current hurdle.
I have multiple MVC 4
applications which all use the same database tables for logging in and I want to maintain the log in connection between applications. I have modified the SimpleMembership (controllers, views, and css) and associated database tables (I have added several tables which define allowed applications and roles within those applications), all that is left to do is make a single log in apply over all of the applications. Is this something that anyone has done or knows how to do? Eventually, I would like to move the log in portion of these applications out to it's own project, since changing the css
, html
, and controllers has to occur in each of the applications every time something is edited.
If anyone has any other suggestions that may work better I am all ears!