# Logout redirect

Single Logout (SLO) can be implemented by defining a logout redirect with environment variable:

```bash
UI_BAKERY_LOGOUT_REDIRECT=https://yourprovider.com/logout
```

You can use access and id tokens in logout redirect URL:

```bash
# enabling UI_BAKERY_SSO_BROADCAST_TOKEN is requeried to use placeholders
UI_BAKERY_SSO_BROADCAST_TOKEN=true
UI_BAKERY_LOGOUT_REDIRECT=https://yourprovider.com/logout?id_token=UI_BAKERY_SSO_ID_TOKEN&accses_token=UI_BAKERY_SSO_TOKEN&client_id=UI_BAKERY_SSO_CLIENT_ID
```

Logout can be triggered from actions. If URL is not passed then value of `UI_BAKERY_LOGOUT_REDIRECT` will be used.\\

<figure><img src="/files/CurWyMw3oDVeT2D5kIvv" alt=""><figcaption></figcaption></figure>

If you want to initiated logout from identity provider you can redirect user to the following url `https://your_uibakery_instance.com/auth/logout`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uibakery.io/on-premise/sso/logout-redirect.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
