Skip to content

OAuth providers

Atlassian

Set up Atlassian OAuth for Jira and Confluence integration

Connect your users to Atlassian for Jira issue tracking, Confluence wiki access, and team collaboration.

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

Go to the Atlassian Developer Console

Create a new OAuth 2.0 integration

Click Create then OAuth 2.0 integration. Enter the application name.

Add the callback URL

Under Authorization, add the Redirect URI from the Developer Portal to the Callback URL field.

Configure permissions

Under Permissions, add the required scopes for your Atlassian products (Jira, Confluence).

Get credentials

Go to Settings to find your Client ID and Secret.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Atlassian provider

Go to OAuth Providers > Add Provider > Atlassian.

Enter credentials

  • Client ID: Paste your Atlassian Client ID
  • Client Secret: Paste your Atlassian Client Secret

Select scopes

Choose the scopes the application needs.

Save

Click Save. The provider is now active.

ScopeDescription
read:meRead the current user’s profile and discover accessible cloud instances (required for all API calls)
offline_accessAccess resources on behalf of the user when they are not present
ScopeDescription
read:jira-workRead Jira project and issue data
write:jira-workCreate and edit Jira issues and projects
read:jira-userRead Jira user information
ScopeDescription
read:confluence-content.allRead Confluence pages and blog posts
write:confluence-contentCreate and update Confluence pages
read:confluence-space.summaryRead Confluence space summaries
  • You must configure specific API scopes under Permissions in the Atlassian Developer Console for each product (Jira, Confluence).
  • The read:me scope is required for all Atlassian API calls to discover accessible cloud instances.
  • See the Atlassian OAuth documentation for more details.