Skip to main content

Set Authorization Header

Summary

Set Authorization Header allows you to send a user's identity token through as a bearer token in the Authorization header.

How to configure

YAML/JSON settingTypeDefaultUsage
set_authorization_headerstringpass_throughoptional

Options

OptionDefinition
access_tokenSend the OAuth access token
id_tokenSend the OIDC ID token
pass_throughLeave the Authorization header unchanged from the client when it's not used for Pomerium authentication

Examples

set_authorization_header: pass_through