Open
Conversation
✅ Deploy Preview for okta-blog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Akankshabhasin
approved these changes
Mar 5, 2026
Contributor
Akankshabhasin
left a comment
There was a problem hiding this comment.
Have tested the setup, works great. I've made some minor changes.
Rest looks good to me.
alisaduncan
reviewed
Mar 9, 2026
|
|
||
| ## Initiate Universal Logout through Okta | ||
| 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. | ||
| This tutorial provides the fundamental steps to creating a UL endpoint to end a user's session or tokens, you can test the a working example here [ul-workshop-complete](https://github.com/oktadev/okta-enterprise-ready-workshops/tree/ul-workshop-complete) on our Oktadev GitHub repository. To connect you integration to Okta you can follow this blog – Universal Logout Part 2 – for more information! |
Member
There was a problem hiding this comment.
Please run through Grammarly. This is not grammatically correct.
This whole paragraph
alisaduncan
reviewed
Mar 9, 2026
|
|
||
| Import the Okta JWT Verifier library from the okta/jwt-verifier package at the top of the `apps/api/src/main.ts` file, removing the Bearer Auth strategy and BearerStrategy variable. | ||
|
|
||
| ```javascript |
Member
There was a problem hiding this comment.
Suggested change
| ```javascript | |
| ```ts |
Please change to TypeScript. you have some TS syntax in later snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This repo does not accept open contributions without prior discussion. Please see the README.
This blog post has the following features: