Skip to main content

Signout Redirect URL

Summary

Signout Redirect URL is the URL the user will be redirected to after signing out.

note

When the allow_any_sign_out_redirect_uri runtime flag is enabled, the redirect URL can be overridden by setting the pomerium_redirect_uri query parameter or POST form value on the /.pomerium/sign_out endpoint.

How to configure

Config file keysEnvironment variablesTypeUsage
signout_redirect_urlSIGNOUT_REDIRECT_URLURLoptional

Examples

signout_redirect_url: https://signout-redirect-url.corp.example.com
SIGNOUT_REDIRECT_URL=https://signout-redirect-url.corp.example.com