Credential Differences Between OpenTok and Unified Environments Credential Differences Between OpenTok and Unified Environments

Credential Differences Between OpenTok and Unified Environments

Yukari Dumburs

Symptom

This article explains the differences in authentication between the OpenTok environment and the Unified environment. For an overview of the complete migration process, please refer to this article.

Applies To

  • Video API customers planning to migrate from the OpenTok environment to the Unified environment
  • Authentication

Resolution

In the OpenTok environment, each project uses a Project API Key and Project Secret

In the Unified environment, projects are replaced by Applications, and authentication is performed using an Application ID and the corresponding Private Key generated for each application.

OpenTok Unified

Project key (Example: 12345678)

 

Application ID (Example: abc123-abc123-abc123-abc123)

 

Project secret (Example: abc123...)

Private key

(Example:

-----BEGIN PRIVATE KEY-----
abc123...
-----END PRIVATE KEY-----)

Account key (Example: 12345678) Account key (Example: abc123...)
Account secret (Example: abc123...) Account secret (Example: abc123...)

Additional Information