Skip to content

Commit 19cad1f

Browse files
authored
Update _logout.md
1 parent 1751b24 commit 19cad1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api/authentication/_logout.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ Logout behavior is determined by the configuration of the SAML2 Web App addon fo
180180
<%= include('../../_includes/_http-method', {
181181
"http_badge": "badge-primary",
182182
"http_method": "POST",
183-
"path": "/oauth/global-token-revocation/connection/{ConnectionName}",
183+
"path": "/oauth/global-token-revocation/connection/YourConnectionName",
184184
"link": "#logout"
185185
}) %>
186186
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).
187187

188188
### Request Parameters
189189
| Parameter | Description |
190-
| : -- | : -- |
190+
| :-- | :-- |
191191
| `subject` | `{ "format": "iss_sub", "iss": "https://issuer.example.com/", "sub": "145234573" }` |
192192

193193
### Remarks

0 commit comments

Comments
 (0)