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

[1.14.x] Doc fixes #10112

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/content/guides/security/auth/jwt/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Inside the JWT various *claims* are encoded; claims provide identity information
- `aud`: The audience the token was issued for. This is an important security feature that makes sure that a token
issued for one use cannot be used for other purposes.

See the [JWT specification](https://tools.ietf.org/html/rfc7519#section-4.1) for a complete description of all standard claims.
See the [JWT specification](https://datatracker.ietf.org/doc/html/rfc7519#section-4.1) for a complete description of all standard claims.

The claims are encoded as a JSON object, and then encoded with base64 to form the payload of the JWT

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ jq '.+{alg:"RS256"}|.+{use:"sig"}' jwks.json | tee tmp.json && mv tmp.json jwks.
{{< /highlight >}}

{{% notice note %}}
For details about the above JWT fields, see <b>[this section](https://tools.ietf.org/html/rfc7517#section-4)</b> of the JWT specification.
For details about the above JWT fields, see <b>[this section](https://datatracker.ietf.org/doc/html/rfc7517#section-4)</b> of the JWT specification.
{{% /notice %}}

Finally, let's turn the single key into a key set:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading