跳至內容
從 NextAuth.js v4 遷移?請閱讀 我們的遷移指南.

providers/azure-ad

內建的 Azure AD 整合。

AzureADProfile

type AzureADProfile: MicrosoftEntraIDProfile;

default()

default(config): ReturnType<typeof default>

參數

參數類型
configOIDCUserConfig<MicrosoftEntraIDProfile> & { profilePhotoSize: | 64 | 48 | 96 | 120 | 240 | 360 | 432 | 504 | 648; }

回傳值

ReturnType<typeof default>

已棄用

Azure Active Directory 已重新命名為 Microsoft Entra ID。請從 providers/microsoft-entra-id 子模組匯入此提供者,而不是 providers/azure-ad

Auth.js © Balázs Orbán 和團隊 -2024