I use Cloudflare Tunnel and put my private Network behind it. This works great for RDP. When I’m connected throug Zero Trust I can RDP to the Computers in my domain and it works like a charm.
My company uses Microsoft Remote App, which uses HTTP Protocol. The URL would be in this format:
https://xy.domain.com/RDWeb/Feed/webfeed.aspx
What I would like to do is put this also behind Zero Trust, but if possible also with a DNS entry like ````xy.domain.com``` but it should only be accessible if you are logged in to our Zero Trust.
I tried public hostnames in my Tunnel, however the whole thing is accessible for everyone then, not only for Zero Trust Users.
Is this possible to do?