Configure OAuth Authentication

  1. Login as escenic on your assembly-host (see the CUE Content Store Installation Guide for an explanation of this term).

  2. Go to /etc/escenic/engine/common/com/escenic/auth/oauth2 and open OAuth2Configuration.properties in an editor.

  3. Go to the Google Developers Console and select the project you created.

  4. In the sidebar on the left, select Credentials.

  5. Click CREATE NEW CLIENT ID.

  6. Select Web application.

  7. In the Authorized JavaScript origins field, enter http://your-server.

  8. In the Authorized redirect URI field, enter http://your-server/escenic/logon/oauth2.do.

  9. Click Create client ID.

  10. Copy the value displayed in the Client ID field to the clientId.web property in OAuth2Configuration.properties.

  11. Copy the value displayed in the Client secret field to the clientSecret.web property in OAuth2Configuration.properties.

  12. Save and close OAuth2Configuration.properties.