Merge branch 'main' into v1.2

This commit is contained in:
Bereket Engida
2025-02-20 09:22:45 +03:00
6 changed files with 22 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ Enabling OAuth with Microsoft Azure Entra ID (formerly Active Directory) allows
clientId: process.env.MICROSOFT_CLIENT_ID as string, // [!code highlight]
clientSecret: process.env.MICROSOFT_CLIENT_SECRET as string, // [!code highlight]
// Optional
tenantId: 'common', // [!code highlight]
requireSelectAccount: true // [!code highlight]
}, // [!code highlight]
},