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)
-
0
It is supported.
ASP NET ZERO supports front-end separation, you can achieve this using JWT or Identity Server.
-
0
can you please provide some code for inspiration ?
-
0
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.