Prerequisites
- You have access to Atlassian Administration for your organization.
- A service account is already created in Atlassian.
Finding Your Client ID and Client Secret
You must create an Atlassian service account before you can generate OAuth 2.0 credentials (Client ID and Client Secret).
Steps
- Go to Atlassian Administration.
- Select your organization (if you have more than one).
- Navigate to Directory → Service accounts.

- Open the service account you want to create credentials for.

<aside>
🗒️
Note: If you do not already have a service account, create one first.
- Click Create service account.
- Enter a name (example:
confluence-integration).
- Click Create or Save.
- Give the service account the required access:
- Enable product access for Confluence.
- Add it to the required groups or assign the required permissions.
</aside>
- Click Create credentials.

- Select OAuth 2.0, then click Next.

- Add the scopes mentioned below, then click Next.
"read:confluence-user",
"read:confluence-groups",
"read:content-details:confluence"