From 73a1468478379bd4baeee1d2be79a00c38049861 Mon Sep 17 00:00:00 2001 From: Semona Igama Date: Wed, 6 Nov 2024 02:20:59 +0000 Subject: [PATCH] add info about oktapreview --- _source/_posts/2024-04-30-express-universal-logout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/_posts/2024-04-30-express-universal-logout.md b/_source/_posts/2024-04-30-express-universal-logout.md index dfbb2a96c..9d936b1be 100644 --- a/_source/_posts/2024-04-30-express-universal-logout.md +++ b/_source/_posts/2024-04-30-express-universal-logout.md @@ -732,7 +732,7 @@ export const Todos = () => { This web application architecture uses cookie-based sessions instead of session tokens to authenticate to the backend resources. However, in the case of mobile apps and single-page applications, you'll need to revoke refresh tokens on the front end. As per the [spec](https://datatracker.ietf.org/doc/html/draft-parecki-oauth-global-token-revocation#name-revocation-expectations), written by [Aaron Parecki](https://aaronparecki.com/) a successful sign-out will require revoking a user's refresh token. ## Initiate Universal Logout through Okta -This tutorial provides the fundamental steps to creating a UL endpoint to end a user's session or tokens. However, the UL feature isn't available yet; once released, a secondary blog will be posted with further instructions on how to initiate sign-out with Okta. Stay tuned! For now, you can find the completed project [ul-workshop-complete](https://github.com/oktadev/okta-enterprise-ready-workshops/tree/ul-workshop-complete) on our Oktadev GitHub repository. +This tutorial provides the fundamental steps to creating a UL endpoint to end a user's session or tokens. UL is currently available [Early Access in Okta Preview orgs](https://help.okta.com/oie/en-us/content/topics/itp/universal-logout.htm). Once generally available a secondary blog will be posted with complete instructions on how to initiate sign-out end-to-end with Okta. Stay tuned! For now, you can find the completed project [ul-workshop-complete](https://github.com/oktadev/okta-enterprise-ready-workshops/tree/ul-workshop-complete) on our Oktadev GitHub repository. ## Continue adding more features to your SaaS app! Now that you have an OIDC app with a UL endpoint, you can continue your Enterprise-Ready journey by adding user lifecycle management through System for Cross-domain Identity Management [(SCIM)](https://datatracker.ietf.org/doc/html/rfc7644).