# Signout Redirect URL

## Summary

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

When the `allow_any_sign_out_redirect_uri` [runtime flag](https://www.pomerium.com/docs/reference/runtime-flags.md) 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

**Core:**

| **Config file keys**   | **Environment variables** | **Type** | **Usage**    |
| :--------------------- | :------------------------ | :------- | :----------- |
| `signout_redirect_url` | `SIGNOUT_REDIRECT_URL`    | `URL`    | **optional** |

### Examples

```yaml
signout_redirect_url: https://signout-redirect-url.corp.example.com
```

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

**Enterprise:**

`signout_redirect_url` is a bootstrap configuration setting and is not configurable in the Console.

**Kubernetes:**

**Signout Redirect URL** is not configurable in Kubernetes
