Skip to content

OAuth providers

Contentful

Set up Contentful OAuth for headless CMS content management

Connect your users to Contentful for headless CMS content management, content delivery, and space administration.

PropertyValue
Provider IDcontentful
CategoryDeveloper Tools
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

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.

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.

ScopeDescription
content_management_manageFull access to the Content Management API
content_management_readRead-only access to the Content Management API
  • The content_management_manage scope is included by default and provides full read/write access.
  • Use content_management_read if the application only needs to read content.