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 TikTok for profile data, video management, content publishing, and creator analytics.
PropertyValue
Provider IDtiktok
CategorySocial
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create a TikTok OAuth App

1

Go to the TikTok for Developers portal

Navigate to developers.tiktok.com and sign in.
2

Create a new app

Click Manage apps > Create app, fill in the app name and description.
3

Configure the redirect URI

Under Login Kit or the appropriate product, add the Alter callback URL from the Developer Portal to the Redirect URIs field.
4

Get your credentials

Copy the Client key (Client ID) and Client secret (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 TikTok provider

Go to OAuth Providers > Add Provider > TikTok.
3

Enter credentials

  • Client ID: Paste your TikTok Client key
  • Client Secret: Paste your TikTok Client secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
user.info.basicBasic user information (open_id, display_name, avatar)
user.info.profileFull user profile information
user.info.statsUser statistics (followers, likes, videos count)
video.listRead the user’s video list
video.publishPublish videos on behalf of the user
video.uploadUpload videos for the user

Notes