Skip to main content

Pass Identity Headers (per route)

Summary

When set to true, the Pass Identity Headers (per route) setting will pass identity headers to the upstream application.

The default value for this setting is controlled by the global-level Pass Identity Headers setting.

Identity headers include:

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

How to configure

YAML/JSON settingTypeUsage
pass_identity_headersbooleanoptional

Examples

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