AWS ivs documentation change
Summary
Added optional JWT payload fields 'ads-opt-out' and 'ads-player-params' for ad management in server-side ad insertion.
Security assessment
The change extends JWT functionality with ad-related fields for opt-out and parameter passing, but there is no evidence of addressing security vulnerabilities; it is a feature enhancement for ad integration.
Diff
diff --git a/ivs/latest/LowLatencyUserGuide/private-channels-generate-tokens.md b/ivs/latest/LowLatencyUserGuide/private-channels-generate-tokens.md index cd1d5274e..98b2593c7 100644 --- a//ivs/latest/LowLatencyUserGuide/private-channels-generate-tokens.md +++ b//ivs/latest/LowLatencyUserGuide/private-channels-generate-tokens.md @@ -43,0 +44,4 @@ All JWTs have three fields: header, payload, and signature. + * `ads-opt-out` is an optional field that allows you to opt a viewer out of receiving ads. Allowed values are `true` and `fals`e. The default value when this field is excluded is `false`. See [Server-Side Ad Insertion](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/server-side-ad-insertion.html) for more information. + + * `ads-player-params` is an optional field that allows you to pass parameters to Elemental MediaTailor as if they were player parameters. Keys that you put in this list are always namespaced as `player_params` template parameters. The total payload size for all keys and values combined is limited to 1000 bytes. +