Brand Tokens
Some brands (i.e. BET+) require secret tokens to access ingest URIs and validate inbound requests via HMAC, or authenticate FreeWheel parameters supplied as signed Json Web Tokens (JWTs). Bakery provides a write-only API to associate a protected keys with a brand. Note that since this endpoint is write-only, it is not possible to extract/enumerate existing private keys, although values may be updated.
Brand Tokens Object
| Name | Type | Required | Description |
|---|---|---|---|
| ID | integer | yes | unique auto-generated record-ID |
| brand_name | string | yes | unique brand-name (i.e. paramount-plus, BET+) in MRSS feed configurations |
| hmac_token | string | yes | private key to use for HMAC authentication of origin manifests |
| inbound_hmac_token | string | no | if present, inbound requests for brand_name will be authenticated using this key |
| jwt_token | string | no | symmetric key used to authenicate FreeParamers supplied as JWT |