Skip to main content
Skip table of contents

Device approval

Overview

OpenTV Platform allows the operator to define limits for the number of devices registered to an account and for the number of approved devices per account:

  • A registered device can be either approved or unapproved

  • An approved device can sign in and consume content.

  • An unapproved device can sign in, but cannot consume content.

  • The operator can also restrict how often changes can be made to the approved devices list/

For a client application, this means that:

  • If it tries to sign in and the device limit has already been reached, the sign-in will fail. See Authentication.

  • If it is not approved, it will not be able to play back content.

  • It needs to enable the user to manage the approved and unapproved devices.

Use cases

A client application needs to:

The Scenarios section, below, explains how the different limits interact.

Both approved and unapproved devices count towards an account’s device limit (except for devices that belong to a device group whose device group limit has Ignore Device Limit enabled – see Setting device group limits for a device profile).

Note that if the client uses the /ias/v3/token/actions/signOnByUserNamePassword endpoint to sign on, this will automatically add the device to the account's approved devices list on first signon only if:

  • The list is not already full, 

  • The device is not already on the list, and

  • The limit on the number of changes allowed to the approved devices list would not be exceeded by adding the device.

In other signon scenarios, the client should check its approved status after signing in.

Scenarios

There are other devices statuses that, combined with a device's approval status, determine what the device can and cannot do. These are summarised in the following table:

Status (set by operator)

Activation status

Approved status

Client can sign in?
(required to browse content)

Client can request content authorisation?
(required to play out content)

Contributes to device limits

ENABLED

ACTIVE

TRUE

FALSE

Approval not enabled

ALLOWED

ALLOWED

ALLOWED

ALLOWED

BLOCKED

ALLOWED

YES (excludes MANAGED devices)

DISABLED

TRUE

FALSE

Approval not enabled

BLOCKED

BLOCKED

BLOCKED

N/A

N/A

N/A

NO

ENABLED

INACTIVE

TRUE

FALSE

Approval not enabled

BLOCKED

BLOCKED

BLOCKED

N/A

N/A

N/A

NO

DISABLED

TRUE

FALSE

Feature Off

BLOCKED

BLOCKED

BLOCKED

N/A

N/A

N/A

NO

See also

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.