The same JWT is passed to the origin for validation, and the 'client' in this case could throw it in
The same JWT is passed to the origin for validation, and the 'client' in this case could throw it in a cookie pot I suppose
CF-Access-Client-Id and CF-Access-Client-Secret headers.
The Binding Cookie associates the browser with the Access token; the association protects against compromised authorization tokens because the origin webapp would never see this binding cookie. This protects against session hijack style attacks.
host parameter on Origin Rules locked behind a specific plan? I'm getting "not entitled to use the Origin Host override" when trying to edit itexample.com/blog to another IP / host (like blog.example.com)


