OAuth providers
Contentful
Set up Contentful OAuth for headless CMS content management
Overview
Section titled “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
Section titled “Step 1: Create a Contentful OAuth App”Go to Contentful OAuth Applications
Navigate to Contentful account settings and go to OAuth applications.
Create a new application
Click New Application.
Configure the application
Enter the application name and description.
Add the redirect URI
Add the Redirect URI from the Developer Portal to the Redirect URI field.
Get credentials
Copy the Client ID and Client Secret.
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”Open the Developer Portal
Go to portal.alterauth.com and navigate to the application.
Add Contentful provider
Go to OAuth Providers > Add Provider > Contentful.
Enter credentials
- Client ID: Paste your Contentful Client ID
- Client Secret: Paste your Contentful Client Secret
Select scopes
Choose the scopes the application needs.
Save
Click Save. The provider is now active.
Available Scopes
Section titled “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 |
- The
content_management_managescope is included by default and provides full read/write access. - Use
content_management_readif the application only needs to read content.