I am in process of setting up my 1st MVC Web App. I know I need to provide a Forms Based Authentication model as well as I know I will be reusing it for multiple other internal
Single place of authentication for multiple webapps, can be added with many different approach. To start, here are two.
OAuthAuthorizationServerProvider
: Create one application as a oAuth Server. Setup others to redirect to your oAuth Server for authentication.