Skip to content

Commit ffc7cb7

Browse files
author
amanda-vanscoy_atko
committed
UL Logout endpoint update
1 parent ca256d6 commit ffc7cb7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

articles/api/authentication/_logout.md

Lines changed: 18 additions & 0 deletions
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+
## Universal Logout
180+
<%= include('../../_includes/_http-method', {
181+
"http_badge": "badge-primary",
182+
"http_method": "GET",
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/) and OpenID Connect, or SAML enterprise connections 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+
| `iss_sub` | Issuer URI from Okta Workforce Identity Cloud.|
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)