> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/setup-and-admin/security-governance/universal-logout/enable-okta-universal-logout-for-cerby.md).

# Enable Okta Universal Logout for Cerby

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, and **Admins**
* Okta **Admins**
* Only supported using the Cerby web app and the Okta Admin dashboard
  {% endhint %}

As an Okta **Admin**, you can leverage Okta’s[ Universal Logout](https://help.okta.com/oie/en-us/content/topics/itp/universal-logout.htm) feature to trigger the logout action from Okta and extend it to Cerby. Because Cerby is included in the Okta Integration Network (OIN) app catalog, you must only enable it through the Okta dashboard.

As a Cerby workspace **Admin**, **Super Admin**, or **Owner**, you can enable Okta Universal Logout in Cerby to extend this functionality to Cerby.

{% hint style="danger" %}
**IMPORTANT:** Users must be provisioned from Okta for the Universal Logout feature to work.
{% endhint %}

***

## Requirements

The following are the requirements to set up the Universal Logout feature:

* A Cerby workspace
* A user account in Cerby with the workspace **Owner**, **Super Admin**, or **Admin** role
* An Okta tenant
* A user account in Okta with **Admin** privileges
* The Okta instance ID for Cerby. To retrieve this ID, you must complete the following steps:
  1. Log in to your organization's[ Okta Admin Console](https://developer.okta.com/login/).
  2. Select the **Applications** option from the **Applications** drop-down list in the left navigation drawer. The **Applications** page is displayed.
  3. Select the **Cerby** app integration.
  4. Verify that the URL displayed in the browser's address bar has the following format: `https://{your-company}-admin.okta.com/admin/app/<APPLICATION_NAME>/instance/<APPLICATION_ID>/`
  5. Copy and save the \<APPLICATION\_ID> value.

***

## Configure Okta Universal Logout for Cerby

To configure Okta Universal Logout for Cerby, you must complete the following main steps:

* [Enable Okta Universal Logout for Cerby](#enable-okta-universal-logout-for-cerby)
* [Extend Okta’s Universal Logout to Cerby](#extend-okta-universal-logout-to-cerby)

The following sections describe each main step.

### Enable Okta Universal Logout for Cerby

To enable Universal Logout in Cerby, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Settings** option in the left navigation drawer. The **Workspace Configuration** page is displayed.
3. Activate the **IdP Settings** tab.
4. Activate the **Enable Okta Universal Logout** switch in the **Universal Logout** section. The **Universal Logout Config** dialog box is displayed, as shown in **Figure 1**.

   <figure><img src="/files/cX3yaUrY0AHwHHTrRabU" alt=""><figcaption><p>Figure 1. Universal Logout Config dialog box</p></figcaption></figure>
5. Enter the Okta instance ID for Cerby in the **App instance Id** field. You retrieved this value as part of the [Requirements](#requirements) section.
6. Click the **Enable Universal Logout** button. The dialog box closes, and the **IdP** **Settings** tab on the **Workspace Configuration** page is displayed.

Now you are done.

### Extend Okta Universal Logout to Cerby

To extend Okta Universal Logout to Cerby, you must complete the following steps:

1. Log in to your organization's[ Okta Admin Console](https://developer.okta.com/login/).
2. Select the **Applications** option from the **Applications** drop-down list in the left navigation drawer. The **Applications** page is displayed.
3. Select the **Cerby** app. The **Cerby** **Overview** page is displayed.
4. Activate the **Authentication** tab.
5. Click the **Edit** option in the **Logout** section.
6. Select the **Okta system or admin initiates logout** checkbox.
7. Click the **Save** button.

Now you are done.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.cerby.com/setup-and-admin/security-governance/universal-logout/enable-okta-universal-logout-for-cerby.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
