Skip to content

Commit 59b396f

Browse files
authored
Update _logout.md (#10497)
1 parent 23fb331 commit 59b396f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

articles/api/authentication/_logout.md

+18
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,21 @@ Logout behavior is determined by the configuration of the SAML2 Web App addon fo
175175
### Learn More
176176
- [Logout](/logout)
177177
- [Log Users Out of SAML Identity Providers](https://auth0.com/docs/authenticate/login/logout/log-users-out-of-saml-idps)
178+
179+
## Global Token Revocation
180+
<%= include('../../_includes/_http-method', {
181+
"http_badge": "badge-primary",
182+
"http_method": "POST",
183+
"path": "/oauth/global-token-revocation/connection/{ConnectionName}",
184+
"link": "#logout"
185+
}) %>
186+
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).
187+
188+
### Request Parameters
189+
| Parameter | Description |
190+
| : -- | : -- |
191+
| `subject` | `{ "format": "iss_sub", "iss": "https://issuer.example.com/", "sub": "145234573" }` |
192+
193+
### Remarks
194+
- A request to this endpoint revokes sessions cookies and refresh tokens, but not access tokens.
195+
- You must authenticate at the endpoint before revoking user sessions. Review [Endpoint Authentication](https://developer.okta.com/docs/guides/oin-universal-logout-overview/#endpoint-authentication).

0 commit comments

Comments
 (0)