forwardAuth and multitenancy

Hi,

Trying to use forward auth in a multi tenant setup where auth requests should be sent to different subdomains as how it happens with services.

If I try to access a auth protected view from the domain: tenant1.example.com the forwardAuth middleware should send it to tenant1.auth-server.

Is this possible?
Thanks.