dawarich icon indicating copy to clipboard operation
dawarich copied to clipboard

Cloudflare Service Token

Open chansters opened this issue 9 months ago • 0 comments

My Cloudflare Tunnel has an authentication page because I have other apps that are tunneled through Cloudflare. My Dawarich external domain is set up properly and the web page is accessible but I need to get the actual mobile apps talking to my Dawarich instance.

I need to add some service tokens to the HTTP request to authenticate through Cloudflare (https://developers.cloudflare.com/cloudflare-one/identity/service-tokens/). Where can I do this in the Dawarich iOS app?

To authenticate to an Access application using your service token, add the following to the headers of any HTTP request:

CF-Access-Client-Id: <CLIENT_ID>

CF-Access-Client-Secret: <CLIENT_SECRET>

chansters avatar Apr 12 '25 18:04 chansters