Skip to content

Commit

Permalink
docs: pkce formats !!! note (#6623)
Browse files Browse the repository at this point in the history
Signed-off-by: Milton Ch. <j.milton.chambi.m@gmail.com>
  • Loading branch information
Milton-Ch committed Nov 24, 2023
1 parent 9c59a06 commit e5e76ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/admin/auth-server/oauth-features/pkce.md
Expand Up @@ -87,7 +87,7 @@ Janssen Server supports two methods of `code_challenge_method`:
The following command generates the `code_challenge` using `s256`.

!!! Note
To execute command the command below, you need to have `openssl`, `basenc`
To execute command the command below, you need to have `openssl`, `basenc`
and `tr` installed.

```bash
Expand Down Expand Up @@ -131,7 +131,7 @@ Content-Type: application/json
```

!!! Note
Notee that the `token_endpoint_auth_method` field is `none`.
Notee that the `token_endpoint_auth_method` field is `none`.

```text title="Response"
HTTP/1.1 201 Created
Expand Down Expand Up @@ -210,7 +210,7 @@ code_challenge_method=<YOUR_CODE_CHALLENGE_METHOD>
```

!!! Note
Remember that this **endpoint** is where you must send the `code_challenge` and `code_challenge_method`
Remember that this **endpoint** is where you must send the `code_challenge` and `code_challenge_method`
parameters.

The field we need to obtain is the `code`.
Expand Down

0 comments on commit e5e76ed

Please sign in to comment.