Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/extend/authorization/oauth2_in_datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To mitigate such attacks, the PKCE extension includes the following parameters t
|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| Code Verifier | A dynamically-generated cryptographic random string. |
| Code Challenge | A transformation of the code verifier. The `code_challenge` must use a `base64url` encoding. |
| Code Challenge Method | The method used to derive the `code_challenge` from the `code_verifier`. You must use [SHA-256][16] to compute the `code_challenge`. |
| Code Challenge Method | The method used to derive the `code_challenge` from the `code_verifier`. You must use SHA-256 to compute the `code_challenge`. |

The [PKCE protocol][11] integrates with the authorization code grant flow by completing the following actions:

Expand Down Expand Up @@ -114,5 +114,5 @@ The [PKCE protocol][11] integrates with the authorization code grant flow by com
[13]: https://datatracker.ietf.org/doc/html/rfc7636#section-4.2
[14]: https://datatracker.ietf.org/doc/html/rfc7636#section-4.3
[15]: https://datatracker.ietf.org/doc/html/rfc6234#section-4.1
[16]: https://app.datadoghq.com/apps
[16]: https://app.datadoghq.com/publishing-platform
[17]: /getting_started/site/
Loading