Prerequisites_RDP_Webex

The following are the prerequisites to start the Remote Desktop session using Webex.

To Initiate Remote Desktop Session as an Analyst, perform the following steps:

  1. Create an account as an Admin having license.
  2. Log in to Webex portal using link https://developer.webex.com/. Login with username and password. 


    Figure: Webex Portal Login Page

  3. After login, select My Webex Apps from the drop-down to integrate the application and generate the Client ID and Secret Key.


    Figure: Webex portal login page

  4. The My Apps page is displayed to create a new app. Click Create a New App.


    Figure: My Apps

  5.  The Create a New App page is displayed. Click Create an Integration.


    Figure: 

  6. The New Integration page is displayed. Click Add Integration to integrate the new app after specifying the mandatory information and the required APIs.


    Figure: New Integration

  7. The Application is integrated and will generate Client ID, Secrete Key, OAuth Authorization URL. With redirect URL which has to be integrated while adding new integration.







    Figure: OAuth Settings

  8. Using OAuth Authorization URL, create Authorization Code, which is in redirect URL with code in query string.
  9. Generated Authorization Code will be used for generation of access token, it's type of bearer token.
  10. After generating access token, we can access any API from Webex such as creating meeting.