Skip to content
Merged
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
3 changes: 2 additions & 1 deletion draft-ietf-oauth-rfc8725bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,9 @@ is being used by an intended party or was substituted by an attacker.
In such cases, the relying party or application MUST validate the audience value, and if no audience
value is present or none of the values are associated with the recipient, it MUST reject the JWT.

## Do Not Trust Received Claims {#do-not-trust-claims}
## Carefully Evaluate Received Claims {#do-not-trust-claims}

Treat claim values as being potentially attacker-provided input.

The "kid" (key ID) header is used by the relying application to
perform key lookup. Applications
Expand Down