Single aspcore identity instance for multiple projects
NickName:Joe Desmarais Ask DateTime:2018-03-12T22:20:07

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 using asp.net MVC with Identity framework (Boiler plate with some extensions) I would like for this new app in core to also use that identity instance, as some of the users will be accessing both apps. I know this is out there, but I have not found any answers or tutorials on how to accomplish this? Any help is greatly appreciated. Thank you!

Copyright Notice:Content Author:「Joe Desmarais」,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/49237528/single-aspcore-identity-instance-for-multiple-projects

More about “Single aspcore identity instance for multiple projects” related questions

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

Aspcore 2 with Identity and REST (Basic Auth)

I have an REST endpoint that I send the login info (email and password) and then the server answer with a status 200 if the user sent the right info or status 401 if the user is not allowed into the

Show Detail

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

Multiple Projects using single laravel instance

I am new to Laravel. As per my research on this framework I find it quite useful for my projects. However I am facing difficulty in customizing it to use a single instance of Laravel framework for

Show Detail

AspCore 2.0 and IdentityServer v3, Audience Validation Fails

Given: IdentityServer v3 Client WebApp with aspcore 2.0 Scenario: When using aspcore 1.1 with Identity Server v3 I needed to set LegacyAudienceValidation = true (see .net core Client doesn't

Show Detail

Multiple deploys on single azure instance

I have a question regarding azure deploys. My specific scenario is that I would like to deploy N projects on the same WebRole / WebSite. The solution (don't think only as a visual studio way of

Show Detail

Generating Laravel projects from a single installation

I would like to know how to generate new Laravel projects from a single Laravel installation. For instance in Symfony, you can issue a command and a new Symfony project will be created for you to d...

Show Detail

Run Multiple Projects (csproj) in Single Solution

I am building a Blazor web assembly project along with a server-side API for it to hit. I can compile and run the debug of the Blazor web assembly project. Now that i have added the server-side API...

Show Detail

AspCore app multiple web configs same hosting

How can it be achieved, to host multiple websites in IIS, so that everyon of them has it's own web.config file, but they all share the same physical hosting path? So when I have (let's say) 400 web...

Show Detail

Multiple Firebase projects in a single android application

I'm trying to build an android application using Firebase that demands two separate databases (teachers and students) in a single application. I searched for the solution all over the internet but ...

Show Detail