I’ve been trying to setup a Cloudflare Access Application to “lock” users that aren’t authenticated out of my Cloudflare Workers.
Currently I have:
- An Okta IDP as the “only” idp so I can skip the IDP selection.
- The Application is setup and it works, manually atleast
- My website/client is Connected with the Okta IDP in the website
I want to allow the website/client to make request to the Workers behind Access without opening the page each time, is it possible ? Since currently, each request made redirects to the “connect” page of CF Access.
The current Request:
Returns:
Thanks