# Trigger Okta Universal Logout and extend it to Cerby

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

* Okta **Admins**
* Available from your organization’s Okta Admin Dashboard
  {% endhint %}

As an Okta **Admin**, you can trigger Okta Universal Logout for a specific user from the Okta Admin Dashboard. This action can be extended to Cerby, triggering Cerby Universal Logout, which terminates the user’s sessions and tokens in their Cerby-assigned apps.

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

To trigger Cerby’s Universal Logout from 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 **People** option under the **Directory** drop-down from the left navigation drawer. The **People** page is displayed.
3. Select the user whose session you want to terminate.
4. Click the **More actions** button. A drop-down menu is displayed.
5. Select the **Clear User Sessions** option. The **Clear sessions and revoke access** dialog box is displayed, confirming that all of the user’s sessions and tokens will be revoked for the apps assigned to them in Okta.
6. Select the **Also include logout enabled apps and Okta API tokens** checkbox, as shown in **Figure 1**. ​

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

​**Figure 1.** **Clear sessions and revoke access** dialog box

**IMPORTANT:** You must select this option to extend Okta’s Universal Logout to Cerby.

7. Click the **Clear and revoke** button to trigger Okta’s Universal Logout and extend it to Cerby. The user’s sessions and tokens are revoked not only for their assigned apps in Okta but also for their Cerby client apps.

Now you are done.


---

# 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://help.cerby.com/setup-and-admin/security-governance/universal-logout/trigger-okta-universal-logout-and-extend-it-to-cerby.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.
