Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Webex for team messaging, video conferencing, room management, and collaboration integrations.
PropertyValue
Provider IDwebex
CategoryCommunication
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a Webex OAuth App

1

Go to the Webex Developer Portal

Navigate to developer.webex.com/my-apps and sign in.
2

Create a new integration

Click Create a New App > Create an Integration. Fill in the integration name, description, and icon.
3

Configure the redirect URI

Add the Alter callback URL from the Developer Portal to the Redirect URI(s) field.
4

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Webex provider

Go to OAuth Providers > Add Provider > Webex.
3

Enter credentials

  • Client ID: Paste your Webex Client ID
  • Client Secret: Paste your Webex Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
spark:allFull access to all Webex APIs
spark:people_readRead user profile information
spark:rooms_readRead room and space data
spark:messages_readRead messages in rooms
spark:messages_writeSend messages to rooms
spark:memberships_readRead room memberships
meeting:schedules_readRead meeting schedules
meeting:schedules_writeCreate and manage meetings

Notes