Skip to main content

Setup

1

Get credentials

Go to the Atlassian Developer Console and create an OAuth 2.0 app. Add your redirect URI:
2

Configure

lib/kavach.ts

Scopes

Default scopes: read:me, offline_access
Atlassian uses a 3-legged OAuth (3LO) flow. Users grant access per product (Jira, Confluence, etc.). The accessible resources endpoint returns which sites the user has authorized.

Endpoints

Last modified on April 29, 2026