Skip to content

Ul part two#1636

Open
isemona wants to merge 6 commits intomainfrom
ul-part-two
Open

Ul part two#1636
isemona wants to merge 6 commits intomainfrom
ul-part-two

Conversation

@isemona
Copy link
Copy Markdown
Contributor

@isemona isemona commented Feb 27, 2026

This repo does not accept open contributions without prior discussion. Please see the README.

This blog post has the following features:

  • A GitHub Repository with a polished README
  • A GitHub Repository under the github.com/oktadev account
  • A title that's approved by Dev Advocacy
  • A URL approved by Dev Advocacy
  • The content has been run through Grammarly (https://www.grammarly.com/)
  • Rendered locally and confirmed that no Markdown typos exist
  • Images are compressed appropriately
  • Social image previews well on Twitter and LinkedIn
  • Tech review request (developer advocate or domain expert)
  • Review request for editorial/grammar/clarity (a member of the Dev Advocacy team)

@netlify
Copy link
Copy Markdown

netlify bot commented Feb 27, 2026

Deploy Preview for okta-blog ready!

Name Link
🔨 Latest commit aff6143
🔍 Latest deploy log https://app.netlify.com/projects/okta-blog/deploys/69a700d61222860008b356b4
😎 Deploy Preview https://deploy-preview-1636--okta-blog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

@Akankshabhasin Akankshabhasin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have tested the setup, works great. I've made some minor changes.

Rest looks good to me.


## 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!
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run through Grammarly. This is not grammatically correct.

This whole paragraph


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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```javascript
```ts

Please change to TypeScript. you have some TS syntax in later snippets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants