Last updated Aug 14, 2023

Enabling OAuth 2.0 3LO

Before you can implement OAuth 2.0 (3LO) for your app, you need to enable it for your app using the developer console.

  1. From any page on developer.atlassian.com, select your profile icon in the top-right corner, and from the dropdown, select Developer console.
  2. Select your app from the list (or create one if you don't already have one).
  3. Select Authorization in the left menu.
  4. Next to OAuth 2.0 (3LO), select Configure.
  5. Enter the Callback URL. Set this to any URL that is accessible by the app. When you implement OAuth 2.0 (3LO) in your app (see next section), the redirect_uri must match this URL.
  6. Click Save changes.

Note, if you haven't already added an API to your app, you should do this now:

  1. Select Permissions in the left menu.
  2. Next to the API you want to add, select Add.

Rate this page: