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 Contentful for headless CMS content management, content delivery, and space administration.| Property | Value |
|---|---|
| Provider ID | contentful |
| Category | Developer Tools |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Contentful OAuth App
Go to Contentful OAuth Applications
Navigate to Contentful account settings and go to OAuth applications.
Add the redirect URI
Add the Redirect URI from the Developer Portal to the Redirect URI field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Contentful Client ID
- Client Secret: Paste your Contentful Client Secret
Available Scopes
| Scope | Description |
|---|---|
content_management_manage | Full access to the Content Management API |
content_management_read | Read-only access to the Content Management API |
Notes
- The
content_management_managescope is included by default and provides full read/write access. - Use
content_management_readif your app only needs to read content.