Access policy to bypass auth requirements for specific subpath
Hey, I'm trying to do as it is written in the marked post but I keep getting an error anyone know what this is? How to properly make the url path available to everyone?
Thread: https://community.cloudflare.com/t/access-policy-to-bypass-auth-requirements-for-specific-subpath/455603/3
4 Replies
sounds like you have Access configured on that Public Hostname
ex:
If you want to use Bypass, you can't have that enabled, Bypass falls back to normal zone security (it's a path out of access flow)
alternatively you could use Service Auth which sends an Access JWT as normal and skips normal zone security stuff
Change bypass to Service Auth works perfect, thank you