Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DPoP in a Nodejs service app #1538

Merged
merged 7 commits into from
Oct 23, 2024
Merged

Conversation

alisaduncan
Copy link
Member

@alisaduncan alisaduncan commented Oct 4, 2024

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 (developer advocate or Colton)

Copy link

netlify bot commented Oct 4, 2024

Deploy Preview for okta-blog ready!

Name Link
🔨 Latest commit 0b61f6a
🔍 Latest deploy log https://app.netlify.com/sites/okta-blog/deploys/6717f8651623560008f1306f
😎 Deploy Preview https://deploy-preview-1538--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 site configuration.

* Retrieves and stores the access token for future calls
* This token is valid for one hour by default at the time of writing this article
* `oktaService.managementApiCall(..)` method makes the Okta management API calls and adds the necessary headers and tokens to enable the request
* `oktaHelper` contains utility methods to store okta configuration, access token, generating private key JWT, generating token request

Choose a reason for hiding this comment

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

The indentation should be changed since this is not coming as a separate bullet point in the preview.

@alisaduncan alisaduncan changed the title Initial commit DPoP in a Nodejs service app Oct 21, 2024
_source/_posts/2024-10-24-dpop-oauth-node.md Outdated Show resolved Hide resolved
_source/_posts/2024-10-24-dpop-oauth-node.md Outdated Show resolved Hide resolved
_source/_posts/2024-10-24-dpop-oauth-node.md Outdated Show resolved Hide resolved
_source/_posts/2024-10-24-dpop-oauth-node.md Outdated Show resolved Hide resolved
_source/_posts/2024-10-24-dpop-oauth-node.md Outdated Show resolved Hide resolved
@alisaduncan alisaduncan merged commit 8e42d80 into oktadev:main Oct 23, 2024
6 checks passed
@alisaduncan alisaduncan deleted the dpop-oauth-node branch October 23, 2024 16:07
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