Skip to content

Commit fb2d9cb

Browse files
authored
Revert "Update _logout.md (#10497)"
This reverts commit 59b396f.
1 parent 1751b24 commit fb2d9cb

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

articles/api/authentication/_logout.md

-18
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,3 @@ 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)