Base solution for your next web application
Open Closed

One front-end and multiples back-ends #4905


User avatar
0
namaro created

We have choose ASPNETZERO as our application development framework. We want to have one modular front-end (Angular JS) as a back office, and multiples back-end (webapi) to interacting with the different modules. We want to centralize the security using IdentityServer, it will act as the controller. ASPNETZERO security will serve as role/permission handler. We have Windows Authentication for internal users, UserName/Password for external users and WebApi.

Have you guys done something like this? There is a way in ASPNETZERO to accomplish this?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @namaro IdentityServer is not integrated into MVC 5.x versions. If you use, one of the ASP.NET Core versions (with Angular 5 or JQuery), you can enable IdentityServer on the central AspNet Zero app and authenticate users using this central website.