Closed hassanrazakhalid closed 2 years ago
Hi @hassanrazakhalid,
To make this work with microservices you will need
Permissions
(see Permissions explained doc). You will need to create a project containing the Permissions and every microservices must access this project.ClaimPrincipal
when they log in (see AuthUser explained).The AuthP is complex because multi-tenant apps are complex, but I have written lots of articles and a few videos which describe the issues you face creating a multi-tenant app (see top of sidebar on the documentation home page. Even if you don't want to use the AuthP libraries there are lots of useful tips in the articles.
Good luck on your project
Hi This is not a bug. i just want to verify one use-case. I have 3-4 services and a single authentication service. I need multi-tenancy support in all of them. Will this library be suitable in this scenario and where i can find examples or blogs related to this. Thanks.