From 2a3d15284e6658e832e9f8d483f375182534f9e8 Mon Sep 17 00:00:00 2001 From: Alisa <7586237+alisaduncan@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:28:47 -0700 Subject: [PATCH] fix typo and add link to first DPoP post (#1540) --- _source/_posts/2024-10-23-dpop-oauth-node.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_source/_posts/2024-10-23-dpop-oauth-node.md b/_source/_posts/2024-10-23-dpop-oauth-node.md index 5e9d32f55..1309fa69a 100644 --- a/_source/_posts/2024-10-23-dpop-oauth-node.md +++ b/_source/_posts/2024-10-23-dpop-oauth-node.md @@ -431,9 +431,10 @@ Try modifying the project using different Okta API scopes and experimenting with 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: +* [Elevate Access Token Security by Demonstrating Proof-of-Possession](/blog/2024/09/05/dpop-oauth) * [Okta Management API reference](https://developer.okta.com/docs/reference/) * [OAuth 2.0 and OpenID Connect overview](https://developer.okta.com/docs/concepts/oauth-openid/) -* [Implement oAuth for Okta](https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/main/) +* [Implement OAuth for Okta](https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/main/) * [Configure OAuth 2.0 Demonstrating Proof-of-Possession](https://developer.okta.com/docs/guides/dpop/-/main/) 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!