Skip to main content

Signout Redirect URL

Summary

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

You can overwrite this behavior by passing the query param pomerium_redirect_uri or post value pomerium_redirect_uri to the /.pomerium/sign_out/ endpoint.

How to configure

Config file keysEnvironment variablesTypeUsage
signout_redirect_urlSIGNOUT_REDIRECT_URLURLrequired

Examples

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