Single ASP.NET Identity for multiple projects
NickName:ARUN RAJ Ask DateTime:2015-04-24T00:15:44

Single ASP.NET Identity for multiple projects

Is there any way to use the ASP.NET Identity mechanism over two different projects?? ie. I want to use a single authentication mechanism for a MVC project and a WebAPI project. Is it possible?

Copyright Notice:Content Author:「ARUN RAJ」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/29829071/single-asp-net-identity-for-multiple-projects

More about “Single ASP.NET Identity for multiple projects” related questions

Single ASP.NET Identity for multiple projects

Is there any way to use the ASP.NET Identity mechanism over two different projects?? ie. I want to use a single authentication mechanism for a MVC project and a WebAPI project. Is it possible?

Show Detail

Merging two ASP.NET MVC projects together which use ASP.NET Identity

We have two ASP.NET MVC projects which both use ASP.NET Identity, and we need to merge them into one single project. We've got a solution made which contains both projects, and they both use the same

Show Detail

Using Asp.net mvc identity in multiple projects

we have a project in multiple layer ( containing data access layer , service layer , web .... ) also we have some entity like Person , User , Customer , Employee now we are going to use asp.net

Show Detail

Multiple ASP.NET MVC projects that builds as single ASP.NET MVC Application

We want to split our large asp.net mvc web application into multiple Visual Studio projects so that each team can independently on their visual studio project. Desired structure is: ASP.NET MVC

Show Detail

Single Sign On with ASP.NET MVC 5 Identity

I'm trying to create SSO for ASP.NET MVC5 projects. Scenario is: I want ProjectA to be used for authentication and provisioning different features to other site & ProjectB which allows users to

Show Detail

Is it possible to run multiple ASP.NET Core projects in single applications?

Consider I'm having two ASP.NET Core MVC Web projects. Project A - will have accounts and user information. (Not a class library) Project B - will get account information from project A Project A...

Show Detail

Single aspcore identity instance for multiple projects

I am currently working with a client and have been tasked to create a second app for the same client. The app will be web based (asp.net core) and since I have already completed one app for them us...

Show Detail

Deploy multiple asp.net mvc 4 projects of an solution in as an single application

I'm new to asp.Net MVC 4, therefore maybe a simple question for the most of you. I want to deploy multiple projects of an solution as a single application and access to the different projects over...

Show Detail

Mixing node.js and ASP.NET projects in a single Azure Web Role?

It's quite easy to host multiple ASP.NET projects on a single Azure Web Role (tutorial) but is it possible to use a single Web Role to host both ASP.NET and node.js projects?

Show Detail

Implementing rights with ASP.NET Identity

We are currently working on a smaller ASP.NET MVC 5 application using ASP.NET Identity. It allows us to maintain different projects and their tasks. We recently implemented basic authentication so ...

Show Detail