I would like my worker to check if someone is authenticated with zero trust or Azure SAML. Has anyone seen any documentation or examples of doing this?
Here’s what I’m thinking:
We have a maintenance page process where our worker will serve up static content when we wish to stop traffic to our origin servers. We would like to add a log in button to the content that will allow the visitor to authenticate with zero trust. Afterward, the worker would no longer serve the static content.
There seems to be some JWT handling Cloudflare Access: now for SaaS apps, too but I’m not quite connecting the dots.
Thanks!