Skip to content

Commit

Permalink
Global Token Fix (#10501)
Browse files Browse the repository at this point in the history
* Global Token Fix

* Updated logout endpoint
  • Loading branch information
avanscoy authored Feb 12, 2025
1 parent a42ccdb commit 73e58c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion articles/api/authentication/_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ Logout behavior is determined by the configuration of the SAML2 Web App addon fo
"path": "/oauth/global-token-revocation/connection/YourConnectionName",
"link": "#logout"
}) %>
Use this endpoint with [Okta Workforce Identity Cloud's Universal Logout](https://developer.okta.com/docs/guides/oin-universal-logout-overview/) to log users out of your applications. To learn more, read [Universal Logout](https://auth0.com/docs/authenticate/login/logout/universal-logout).

Use this endpoint with the [Okta Workforce Identity Cloud Universal Logout](https://developer.okta.com/docs/guides/oin-universal-logout-overview/) to log users out of your applications. To learn more, read [Universal Logout](https://auth0.com/docs/authenticate/login/logout/universal-logout).

### Request Parameters
| Parameter | Description |
Expand Down

0 comments on commit 73e58c9

Please sign in to comment.