Skip to content

Commit 2a3d152

Browse files
authored
fix typo and add link to first DPoP post (#1540)
1 parent 8e42d80 commit 2a3d152

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_source/_posts/2024-10-23-dpop-oauth-node.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,10 @@ Try modifying the project using different Okta API scopes and experimenting with
431431

432432
In this post, you accessed Okta management API using a node app and were able to make it more secure by adding DPoP support. I hope you enjoyed it! If you want to learn more about the ways you can incorporate authentication and authorization security in your apps, you might want to check out these resources:
433433

434+
* [Elevate Access Token Security by Demonstrating Proof-of-Possession](/blog/2024/09/05/dpop-oauth)
434435
* [Okta Management API reference](https://developer.okta.com/docs/reference/)
435436
* [OAuth 2.0 and OpenID Connect overview](https://developer.okta.com/docs/concepts/oauth-openid/)
436-
* [Implement oAuth for Okta](https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/main/)
437+
* [Implement OAuth for Okta](https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/main/)
437438
* [Configure OAuth 2.0 Demonstrating Proof-of-Possession](https://developer.okta.com/docs/guides/dpop/-/main/)
438439

439440
Remember to follow us on [Twitter](https://twitter.com/oktadev) and subscribe to our [YouTube channel](https://www.youtube.com/c/OktaDev/) for more exciting content. We also want to hear from you about topics you want to see and questions you may have. Leave us a comment below!

0 commit comments

Comments
 (0)