AspNet.Identity.EntityFramework.Multitenant icon indicating copy to clipboard operation
AspNet.Identity.EntityFramework.Multitenant copied to clipboard

How to specify "per owin context" configuration?

Open aseemflowingly opened this issue 9 years ago • 1 comments

Both your samples, specify the userstore and usermanager created from the "AccountController", but is there a way to specify those per owin context instead?

public void ConfigureAuth(IAppBuilder app)
{
   app.CreatePerOwinContext(ApplicationDbContext.Create);
    app.CreatePerOwinContext<ApplicatonUserStore>(??);
}

aseemflowingly avatar Jan 12 '16 02:01 aseemflowingly

Did anyone find a solution for this.

JamesItSolutionsLtd avatar Dec 14 '16 16:12 JamesItSolutionsLtd