Table of Contents
Overview
"Genchi Atlassian ID Integration" is an OAuth 2.0 app credential that enables secure sign-in and account creation in Genchi using Atlassian accounts. It provides user-convenient authentication without requiring separate credentials.
No standalone installation—it's embedded directly in Genchi's login flow ("Sign in with Atlassian" button). No iframes, Connect descriptors, or Forge modules are used. Access is limited to the User Identity API (`read:me`) for profile retrieval (email, name, account_id) only. Handles PDR compliance for stored personal data.
OAuth 2.0 Details
- Client ID: V8fYbgBdsUXovDDxjxlrBhj0rogw6C77
- App ID: d1cda9c5-ef0a-4e6e-819d-53b8a87bfcb4
- Authorization URL:
https://auth.atlassian.com/authorize?audience=api.atlassian.com &client_id=V8fYbgBdsUXovDDxjxlrBhj0rogw6C77 &scope=read%3Ame%20offline_access &redirect_uri=https%3A%2F%2Fgenchi.com%2Fapi%2Fatlassian%2Fcallback &response_type=code &prompt=consent Copied!
- Redirect URI: https://genchi.com/api/atlassian/callback
- Requested Scopes: read:me offline_access
Functionality
- Available on Genchi login page as "Sign in with Atlassian"
- User consents → Genchi receives profile (email, name, account_id)
- If email matches existing Genchi user → logs them in
- If new email → automatically creates Genchi account and company (admin by default for their domain)
- Links Atlassian account_id to Genchi user record
- Personal Data Report (PDR) runs weekly via app-level token to /app/report-accounts, deleting closed accounts
Security & Compliance
- Access & refresh tokens encrypted at rest with AES-256-CBC
- Automatic token refresh handling
- Personal Data Report fully implemented (weekly batch)
- No further API access beyond profile retrieval
- Privacy Policy: https://www.genchi.com/privacy-policy.html
- Terms of Service: https://www.genchi.com/terms-of-service.html
Test Instructions for Reviewers
- Visit https://app.genchi.com and click "Sign in with Atlassian"
- Authorize with any Atlassian account (we can provide dedicated test accounts on request)
- Observe successful login or account creation in Genchi
- (Optional) Contact us for backend logs or to trigger PDR manually and verify closed-account handling
Contact
For any questions, test accounts, demo access, or review support, please contact:
support@genchi.com