Register Verint as a Webex App for Cisco Webex Meetings
Before configuring the Recorder, you need to register Verint as a Webex App on the Cisco Webex Developer Portal. After registration, you receive a Client ID, Client secret, and an authorization URL. Then, use the URL to get a short-lived authorization code. You need the authorization code, client ID, and client secret to create security tokens later.
Before you begin
Get a valid Webex account with a Cisco Webex Meeting Center license and an admin license.
Procedure
-
Sign in to developer.webex.com using administrator credentials for your Webex account.
-
From your profile avatar, select My Webex Apps.
-
Select Create a new app.
-
Complete the New App Integration form as follows:
Parameter
Value
Integration name
Enter a unique name for this app that includes includes "Meetings" in the name.
Example: myCompany Recorder Webex Meetings.
Description
Describe the purpose of this integration.
Example:Recorder integration with myCompany Cisco Webex Meeting Center to capture customer interactions.
Redirect URI
Enter a valid URL that you control. It is used to get the authorization code.
You can use
https://oauth.pstmn.io/v1/callback.Scopes
Select the following scopes:
-
meeting:admin_schedule_read
-
meeting:admin_recordings_read
-
meeting:admin_participants_read
-
Identity:tokens_read
-
Identity:tokens_write
-
-
Accept the Terms of Service and Privacy Policy, and select Add Integration.
-
Copy and save the Client ID and Client Secret and the OAuth Authorization URL to use when you create an authorization code and security tokens.
What to do next
Get Webex authorization code for Cisco Webex Meetings
Authorize Verint in Cisco Webex Meetings