Hi guys,
My team and have have the scenario bellow:
We actually have an API project with ASPNET ZERO (Principal API) and an Angular Client project that comes with the project. We have like 2 o 3 more APIS running with ASPNET Project that we are using like microservices, we want to authenticate this "microservices" with the principal API.
Do you have some documentation or RECOMENDATION to achieve this?
Thanks in advance!!!
5 Answer(s)
-
0
Zero project can be integrated with identity server4, you can check identity server4 if it can meet your needs. It is a very common identity authentication solution.
https://identityserver4.readthedocs.io/en/latest/
-
0
Im still having the problem...
I would like to authenticate (without passing user and password) a Microservice that i have to a aspnetzero API, how can i achive this?? i could not getting this work.
-
0
Hi @bancentral,
Currently it is not possible to authenticate without sending username and password even if you use Identity Server.
-
0
Hi if we set jwt token key same for all application, they could resolve same token right?
-
0
Hi @murat.yuceer,
Yes, it should work like that.