Azure AD Authentication with aspnet_membership authorization for ASP.NET MVC 5 project
Budget: $30 – $250 USD
I need a sample web ASP.NET MVC project built using Azure AD auth (using a personal account for now) BUT once authenticated, the roles and claims have to be read from an Identity 'ASPNET_Membership' database. No Forms auth required and only Azure AD auth is required.
So, basically I need a project where we neeed to combine Azure AD auth (as described here: https://docs.microsoft.com/en-us/azure/active-directory/develop/vs-active-directory-dotnet-getting-started)
with the project type of 'Individual User Accounts' type of authentication that one can create from Visual Studio.
I also need to strip out the code that the individual User Accounts out of the UI layer and make it all work from a class library. I have 100's of other tables/EF contexts in the app. But this 'Individual User Account' type of MVC project creates the context and everything within the UI layer. I want it all in another class library layer (I am following multiple tiers on my MVC EF-Code First project and maintaining contexts and repos in 2 different layers is not correct).
So, basically I need a project where we neeed to combine Azure AD auth (as described here: https://docs.microsoft.com/en-us/azure/active-directory/develop/vs-active-directory-dotnet-getting-started)
with the project type of 'Individual User Accounts' type of authentication that one can create from Visual Studio.
I also need to strip out the code that the individual User Accounts out of the UI layer and make it all work from a class library. I have 100's of other tables/EF contexts in the app. But this 'Individual User Account' type of MVC project creates the context and everything within the UI layer. I want it all in another class library layer (I am following multiple tiers on my MVC EF-Code First project and maintaining contexts and repos in 2 different layers is not correct).