Validating an application token
I am wondering how I would go about integrating the application token produced by Cloudflare Access that is pushed via cookies to the application. I want the user to be experience the single-sign on behaviour, by only logging into Cloudflare Access and then automatically in the application.
I want to enable SSO for e.g. Onlyoffice, Grafana and similar tools.
I know of this page, but it doesn't help me: https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/validating-json/
Validate JWTs · Cloudflare Zero Trust docs
When Cloudflare sends a request to your origin, the request will include an application token as a Cf-Access-Jwt-Assertion request header and as a …
1 Reply
Theres a community example for Grafana here that might help https://github.com/jorgelbg/cloudflare-access-grafana
GitHub
GitHub - jorgelbg/cloudflare-access-grafana: Small proxy for automa...
Small proxy for automatically log in users from Cloudflare Access into Grafana - GitHub - jorgelbg/cloudflare-access-grafana: Small proxy for automatically log in users from Cloudflare Access into ...