Base solution for your next web application
Open Closed

Single authorization server #6959


User avatar
0
Rechnerinfo created

Hi team ,

can I use asp.net backend project as a single backend solution and create multiple custom front ends, In this case Is asp.net zero support Single identity server for multiple apps ?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    It is supported.

    ASP NET ZERO supports front-end separation, you can achieve this using JWT or Identity Server.

  • User Avatar
    0
    Rechnerinfo created

    can you please provide some code for inspiration ?

  • User Avatar
    0
    maliming created
    Support Team

    Multiple front ends can get tokens from the server (jwt or identity server)

    In other words, the server issues/verifies the token, and your front end can be one or more.

    Because they use the same set of token rules.