0
Siyeza created
Hi,
We have a requirement to host some of our modules into their own Docker containers in order to achieve a microservice architecture. Some of these modules will expose their services as Rest APIs.
Assume the user has logged via the Web Host application. The user performs some operation that intiates a service call to one of these microservices.
Will the Web Host pass the relevant authorization and tenant headers to the microservice when performing the service request? If so, will the microservice be able to the perform the standard ABP authorization checks, such as checking roles and permissions?
Thanks