You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Architecture
2
2
3
-
Comprehensive architecture documentation for Kolya BR Proxy -- an AI Gateway that provides both OpenAI-compatible and Anthropic Messages API access to AWS Bedrock models (Claude, Nova, DeepSeek, Mistral, Llama, etc.) and Google Gemini models via the native generateContent API.
3
+
Comprehensive architecture documentation for BR Enterprise Proxy -- an AI Gateway that provides both OpenAI-compatible and Anthropic Messages API access to AWS Bedrock models (Claude, Nova, DeepSeek, Mistral, Llama, etc.) and Google Gemini models via the native generateContent API.
- For production, add `https://<your-domain>/auth/cognito/callback`
@@ -131,7 +131,7 @@ Frontend Backend Cognito
131
131
132
132
1. Go to [Azure Portal > App registrations](https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps) and click **New registration**.
133
133
2. Fill in:
134
-
-**Name**: `Kolya BR Proxy`
134
+
-**Name**: `BR Enterprise Proxy`
135
135
-**Supported account types**: "Accounts in any organizational directory and personal Microsoft accounts" (multi-tenant)
136
136
-**Redirect URI**: Platform `Web`, URI `http://localhost:3000/auth/microsoft/callback`
137
137
- For production, add `https://<your-domain>/auth/microsoft/callback`
@@ -143,7 +143,7 @@ Frontend Backend Cognito
143
143
### Step 2: Create Client Secret
144
144
145
145
1. Go to **Certificates & secrets** > **New client secret**.
146
-
2. Set description (e.g. `Kolya BR Proxy Secret`) and expiry (up to 24 months).
146
+
2. Set description (e.g. `BR Enterprise Proxy Secret`) and expiry (up to 24 months).
147
147
3. Click **Add** and immediately copy the **Value** (shown only once).
0 commit comments