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/
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
Was this page helpful?