Skip to main content

Pass Identity Headers

Summary

When set, Pass Identity Headers will pass identity headers to the upstream application.

These headers include:

  • X-Pomerium-Jwt-Assertion
  • X-Pomerium-Claim-* (see JWT Claim Headers for more information)

How to configure

YAML/JSON settingTypeUsageDefault
pass_identity_headersbooleanoptionalfalse

Examples

routes:
- from: https://verify.localhost.pomerium.io
to: http://verify:8000
pass_identity_headers: true