Skip to content

Commit

Permalink
Issue 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeinega committed Jul 7, 2024
1 parent 3158b98 commit 3ff4a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ TODO - this draft does not define normative specs for translating from arbitrary
An AS performing token exchange SHOULD ensure it is the intended audience of a token being exchanged, and a client (whether it is an OAuth client or a workload) performing an exchange is allowed to perform such operation.
A value in the subject_token_type parameter MUST correspond to an actual token type provided in the subject_token parameter.
These are simple countermeasures against replay attacks and various forms of misuse, especially in cases when an AS who issued a token and an AS performing exchanges reside in different security domains.
Typically, self-contained tokens include the aud claim (an array of strings) representing their audience.
Typically, self-contained tokens include the aud claim (an array of strings) representing their audience (other types of tokens provide other means for the same).
An extra care SHOULD be taken for tokens that can be passed through the front channel, and tokens that do not explicitly define their type.
Examples here would be OpenID Connect ID Token, and various assertions represented as JWTs.

Expand Down

0 comments on commit 3ff4a57

Please sign in to comment.