From d531d069d14a67351c6ef6be397190c0ffed2423 Mon Sep 17 00:00:00 2001 From: x032205 Date: Tue, 1 Jul 2025 11:23:44 -0400 Subject: [PATCH] Add azure app connection --- backend/src/lib/config/env.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/backend/src/lib/config/env.ts b/backend/src/lib/config/env.ts index b9be95fea..98a75cc10 100644 --- a/backend/src/lib/config/env.ts +++ b/backend/src/lib/config/env.ts @@ -372,6 +372,19 @@ export const overwriteSchema: { fields: { key: keyof TEnvConfig; description?: string }[]; }; } = { + azure: { + name: "Azure", + fields: [ + { + key: "INF_APP_CONNECTION_AZURE_CLIENT_ID", + description: "The Application (Client) ID of your Azure application." + }, + { + key: "INF_APP_CONNECTION_AZURE_CLIENT_SECRET", + description: "The Client Secret of your Azure application." + } + ] + }, google_sso: { name: "Google SSO", fields: [