mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
Merge branch 'main' into v1.2
This commit is contained in:
@@ -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]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user