0
antonis created
Hi,
I have a system developed with aspnet zero (.net core & angular). I have a microservice now that receives requests from a user, perform some actions and then return results back. I need this microservice to use the permissions that are set through aspnet zero. How can I implement such functionality?
Thanks in advance
3 Answer(s)
-
0
Hi, do you mean using aspnetzero permission in the external microservice that is not part of aspnetzero application?
-
0
Yes
-
0
Hi, if your microservice is authenticated via aspnetzero application, then you can consider using claim/scopes to achive this.
Otherwise, you can create an API on granted permissions for your microservice to consume.