Skip to content

Overview

Arda uses OAuth2 with AWS Cognito as the primary authentication mechanism. This section documents how authentication flows work between the frontend, BFF, and backend services.

DocumentDescription
Hybrid AuthDemo202509 hybrid approach: Cognito JWT for FE/BFF, Bearer Token for backend
OAuth2 UI AuthenticationSimple Cognito authentication flow without custom claims server
OAuth2 DraftsDesign notes on token limits, token exchange, and augmentation strategies