Require Gateway issue
Require gateway rule is not working on some of my apps. This is really frustrating. Why is this not working?
Service Auth to let them flow straight through
Some apps it will show my identity providerProbably Policies set to Allow, which will always force identity provider
Other times it will show forbidden when not connected to warp (which is what I want) why are some apps not working?Probably Policies set to Bypass or Service Auth, which will insta fail if not met conditions
I've tried include gateway and also require Gateway.Include rules in ZT are "ORs", so you only need to meet one of them in the policy. Require are well required to pass.