Is possible to send JWT token with pre-configured header request in the iOS app?
Like:
CF-Access-Client-Id: <Client ID> CF-Access-Client-Secret: <Client Secret>
Usecase is I’m using the Cloudflare Access and I would like to use service token which will bypass any authorization required by Access. More here.